Skip to content

Commit f80da9d

Browse files
committed
fix clang format issue
Signed-off-by: jinge90 <[email protected]>
1 parent 1adf83e commit f80da9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/SYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ SYCL::getDeviceLibraries(const Compilation &C, const llvm::Triple &TargetTriple,
460460
StringRef DeviceLibOption;
461461
};
462462

463-
enum {JIT = 0, AOT_CPU, AOT_DG2, AOT_PVC};
463+
enum { JIT = 0, AOT_CPU, AOT_DG2, AOT_PVC };
464464

465465
// Currently, all SYCL device libraries will be linked by default.
466466
llvm::StringMap<bool> DeviceLibLinkInfo = {

0 commit comments

Comments
 (0)