forked from OSchip/llvm-project
Remove extra ';' to fix Wpedantic. NFCI.
This commit is contained in:
parent
3d7177acd7
commit
201c646b2b
|
@ -172,7 +172,7 @@ ReservedIdentifierCheck::GetDiagInfo(const NamingCheckId &ID,
|
|||
diag << ID.second
|
||||
<< getMessageSelectIndex(Failure.Info.KindName);
|
||||
}};
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace bugprone
|
||||
} // namespace tidy
|
||||
|
|
Loading…
Reference in New Issue