Skip to content

Commit 5e89d2f

Browse files
Fix code formatting.
1 parent 6258fed commit 5e89d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/detail/cg_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class HostKernelRef : public HostKernelRefBase {
261261
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
262262
// This function can't be called from old user code, because there is no
263263
// HostKernelRef in old user code. So, make it empty.
264-
void InstantiateKernelOnHost() override { }
264+
void InstantiateKernelOnHost() override {}
265265
#endif
266266
};
267267

0 commit comments

Comments
 (0)