Skip to content

Commit 1907a29

Browse files
authored
[Clang][NFC] Indentation fixes and unneeded semicolon removal. (#122794)
1 parent a100fd8 commit 1907a29

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

clang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ static void GenerateHeaderSearchArgs(const HeaderSearchOptions &Opts,
32803280
}();
32813281

32823282
GenerateArg(Consumer, Opt, It->Path);
3283-
};
3283+
}
32843284

32853285
// Note: some paths that came from "[-iprefix=xx] -iwithprefixbefore=yy" may
32863286
// have already been generated as "-I[xx]yy". If that's the case, their

clang/lib/Serialization/ASTReaderDecl.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,8 @@ class ASTDeclReader : public DeclVisitor<ASTDeclReader, void> {
451451
void VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D);
452452
void VisitOMPRequiresDecl(OMPRequiresDecl *D);
453453
void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
454-
};
455-
456-
} // namespace clang
454+
};
455+
} // namespace clang
457456

458457
namespace {
459458

0 commit comments

Comments
 (0)