From 1907a29dedfb9625772a332bb6d6c31d89fb36d3 Mon Sep 17 00:00:00 2001 From: Tom Honermann Date: Mon, 13 Jan 2025 16:24:46 -0500 Subject: [Clang][NFC] Indentation fixes and unneeded semicolon removal. (#122794) --- clang/lib/Frontend/CompilerInvocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Frontend/CompilerInvocation.cpp') diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 39bed84..58658de 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -3280,7 +3280,7 @@ static void GenerateHeaderSearchArgs(const HeaderSearchOptions &Opts, }(); GenerateArg(Consumer, Opt, It->Path); - }; + } // Note: some paths that came from "[-iprefix=xx] -iwithprefixbefore=yy" may // have already been generated as "-I[xx]yy". If that's the case, their -- cgit v1.1