Skip to content

Commit 7df3587

Browse files
committed
Fix formatting; NFC
1 parent e8234c9 commit 7df3587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/DeclBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ bool DeclContext::Encloses(const DeclContext *DC) const {
14281428
return false;
14291429
}
14301430

1431-
bool DeclContext::LexicallyEncloses(const DeclContext* DC) const {
1431+
bool DeclContext::LexicallyEncloses(const DeclContext *DC) const {
14321432
if (getPrimaryContext() != this)
14331433
return getPrimaryContext()->LexicallyEncloses(DC);
14341434

0 commit comments

Comments
 (0)