Skip to content

Commit 52fe07b

Browse files
committed
Fix formatting; NFC
1 parent 55350f0 commit 52fe07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6108,7 +6108,7 @@ static bool isFromSystemHeader(SourceManager &SM, const Decl *D) {
61086108
SM.isInSystemMacro(D->getLocation());
61096109
}
61106110

6111-
static bool isKeywordInCPlusPlus(const Sema &S, const IdentifierInfo* II) {
6111+
static bool isKeywordInCPlusPlus(const Sema &S, const IdentifierInfo *II) {
61126112
if (!II)
61136113
return false;
61146114

0 commit comments

Comments
 (0)