Skip to content

Commit 09b2106

Browse files
committed
format
1 parent 3210ea8 commit 09b2106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,9 +1166,9 @@ static bool parseOpenMPArgs(CompilerInvocation &res, llvm::opt::ArgList &args,
11661166
res.getLangOpts().OpenMPVersion = version;
11671167
} else if (llvm::is_contained(oldVersions, version)) {
11681168
const unsigned diagID =
1169-
diags.getCustomDiagID(clang::DiagnosticsEngine::Warning,
1170-
"OpenMP version %0 is no longer supported, "
1171-
"assuming version %1");
1169+
diags.getCustomDiagID(clang::DiagnosticsEngine::Warning,
1170+
"OpenMP version %0 is no longer supported, "
1171+
"assuming version %1");
11721172
std::string assumed = std::to_string(res.getLangOpts().OpenMPVersion);
11731173
diags.Report(diagID) << value << assumed;
11741174
} else {

0 commit comments

Comments
 (0)