Skip to content

Commit

Permalink
Remove extra ‘;’. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbuck committed Apr 15, 2020
1 parent b9fd375 commit 50472c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/AST/RecursiveASTVisitor.h
Expand Up @@ -1993,7 +1993,7 @@ DEF_TRAVERSE_DECL(BindingDecl, {

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

DEF_TRAVERSE_DECL(MSGuidDecl, {});
DEF_TRAVERSE_DECL(MSGuidDecl, {})

DEF_TRAVERSE_DECL(FieldDecl, {
TRY_TO(TraverseDeclaratorHelper(D));
Expand Down

0 comments on commit 50472c4

Please sign in to comment.