Skip to content

Commit 4764148

Browse files
committed
format
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent eb408e9 commit 4764148

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/ToolChains/SPIRVOpenMP.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ void SPIRVOpenMPToolChain::addClangTargetOptions(
2929

3030
if (DriverArgs.hasArg(options::OPT_nogpulib))
3131
return;
32-
addOpenMPDeviceRTL(getDriver(), DriverArgs, CC1Args, "", getTriple(),
33-
HostTC);
32+
addOpenMPDeviceRTL(getDriver(), DriverArgs, CC1Args, "", getTriple(), HostTC);
3433
}
3534
} // namespace clang::driver::toolchains

0 commit comments

Comments
 (0)