Skip to content

Commit 06a5187

Browse files
committed
Fix clang-format error
1 parent 8a89a12 commit 06a5187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,8 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
12731273
bool HasConfigFileTail = !ContainsError && CfgOptionsTail;
12741274

12751275
// All arguments, from both config file and command line.
1276-
InputArgList Args = HasConfigFileHead ? std::move(*CfgOptionsHead) : std::move(*CLOptions);
1276+
InputArgList Args =
1277+
HasConfigFileHead ? std::move(*CfgOptionsHead) : std::move(*CLOptions);
12771278

12781279
if (HasConfigFileHead)
12791280
for (auto *Opt : *CLOptions)

0 commit comments

Comments
 (0)