Skip to content

Commit 0035e74

Browse files
committed
fix clang format
Signed-off-by: jinge90 <[email protected]>
1 parent 98a7e5c commit 0035e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/program_manager/program_manager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ enum class DeviceLibExt : std::uint32_t {
8787
cl_intel_devicelib_bfloat16,
8888
};
8989

90-
enum class DeviceLibIsNative : std::uint32_t {Yes, No, Ignore};
90+
enum class DeviceLibIsNative : std::uint32_t { Yes, No, Ignore };
9191

9292
// Provides single loading and building OpenCL programs with unique contexts
9393
// that is necessary for no interoperability cases with lambda.

0 commit comments

Comments
 (0)