Skip to content

Commit 9bb9bcd

Browse files
author
Erich Keane
committed
Clang-format fix
1 parent a401090 commit 9bb9bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/CL/sycl/handler.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -807,9 +807,9 @@ class __SYCL_EXPORT handler {
807807
using NameWT = typename detail::get_kernel_wrapper_name_t<NameT>::name;
808808

809809
(void)kernel_parallel_for_wrapper_instantiator<NameWT, TransformedArgType,
810-
WrapperTy>::value;
810+
WrapperTy>::value;
811811
(void)kernel_parallel_for_wrapper_instantiator<NameT, TransformedArgType,
812-
KernelType>::value;
812+
KernelType>::value;
813813

814814
using KI = detail::KernelInfo<KernelName>;
815815
bool DisableRounding =

0 commit comments

Comments
 (0)