Skip to content

Commit a921766

Browse files
committed
Fix clang-format error
1 parent 46b830b commit a921766

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
@@ -1398,7 +1398,8 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
13981398
bool HasConfigFileTail = !ContainsError && CfgOptionsTail;
13991399

14001400
// All arguments, from both config file and command line.
1401-
InputArgList Args = HasConfigFileHead ? std::move(*CfgOptionsHead) : std::move(*CLOptions);
1401+
InputArgList Args =
1402+
HasConfigFileHead ? std::move(*CfgOptionsHead) : std::move(*CLOptions);
14021403

14031404
if (HasConfigFileHead)
14041405
for (auto *Opt : *CLOptions)

0 commit comments

Comments
 (0)