Remove extra ‘;’. NFC.

This commit is contained in:
Michael Liao 2020-04-15 17:19:48 -04:00
parent b9fd375d75
commit 50472c422c
1 changed files with 1 additions and 1 deletions

View File

@ -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));