Skip to content

Commit 3564324

Browse files
peterschrammeltautschnig
authored andcommitted
Line break
1 parent 402b29b commit 3564324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cpp/cpp_scope.cpp

Lines changed: 2 additions & 1 deletion
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)