Skip to content

Commit eaa113d

Browse files
committed
clang format
Signed-off-by: Michael D Toguchi <[email protected]>
1 parent 9fa540e commit eaa113d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Driver/Driver.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2711,8 +2711,8 @@ int Driver::ExecuteCompilation(
27112711
// When performing offload compilations, the result files may not match
27122712
// the JobAction that fails. In that case, do not pass in the JobAction
27132713
// to allow for the proper resulting file to be removed upon failure.
2714-
C.CleanupFileMap(C.getResultFiles(), C.getActiveOffloadKinds()
2715-
? nullptr : JA, true);
2714+
C.CleanupFileMap(C.getResultFiles(),
2715+
C.getActiveOffloadKinds() ? nullptr : JA, true);
27162716

27172717
// Failure result files are valid unless we crashed.
27182718
if (CommandRes < 0)

0 commit comments

Comments
 (0)