Skip to content

Commit db4482d

Browse files
author
Cameron McInally
committed
Fix clang-format issues.
1 parent aef6882 commit db4482d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,9 @@ static void parseCodeGenArgs(Fortran::frontend::CodeGenOptions &opts,
312312

313313
llvm::opt::ArgStringList result;
314314
opts.PreferVectorWidth = clang::driver::tools::ParseMPreferVectorWidthOption(
315-
diags, args, result,
316-
/*isCompilerDriver=*/false).value_or("");
315+
diags, args, result,
316+
/*isCompilerDriver=*/false)
317+
.value_or("");
317318

318319
// -fembed-offload-object option
319320
for (auto *a :

0 commit comments

Comments
 (0)