Skip to content

Commit 4576f14

Browse files
peterschrammeltautschnig
authored andcommitted
Line break
1 parent 6ffc37c commit 4576f14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cpp/cpp_scope.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ void cpp_scopet::lookup(
143143
}
144144

145145
if(!id_set.empty() &&
146-
id_class!=id_classt::TEMPLATE) return; // done, upwards scopes are hidden
146+
id_class!=id_classt::TEMPLATE)
147+
return; // done, upwards scopes are hidden
147148

148149
// secondary scopes
149150
for(scope_listt::iterator

0 commit comments

Comments
 (0)