Skip to content

Commit 50472c4

Browse files
committed
Remove extra ‘;’. NFC.
1 parent b9fd375 commit 50472c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/RecursiveASTVisitor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@ DEF_TRAVERSE_DECL(BindingDecl, {
19931993

19941994
DEF_TRAVERSE_DECL(MSPropertyDecl, { TRY_TO(TraverseDeclaratorHelper(D)); })
19951995

1996-
DEF_TRAVERSE_DECL(MSGuidDecl, {});
1996+
DEF_TRAVERSE_DECL(MSGuidDecl, {})
19971997

19981998
DEF_TRAVERSE_DECL(FieldDecl, {
19991999
TRY_TO(TraverseDeclaratorHelper(D));

0 commit comments

Comments
 (0)