Skip to content

Commit 3be3601

Browse files
committed
clang format
1 parent b2d4f67 commit 3be3601

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/Compilation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ void Compilation::ExecuteJobs(const JobList &Jobs,
291291
// Bail as soon as one command fails in cl driver mode.
292292
// Do not bail when the tool is setup to allow for continuation upon
293293
// failure.
294-
if (TheDriver.IsCLMode() &&
295-
FailingCommand->getWillExitForErrorCode(Res))
294+
if (TheDriver.IsCLMode() && FailingCommand->getWillExitForErrorCode(Res))
296295
return;
297296
}
298297
}

0 commit comments

Comments
 (0)