Skip to content

Commit c43160f

Browse files
committed
clang-format <3 4-evah
Signed-off-by: Chris Perkins <[email protected]>
1 parent 2841252 commit c43160f

File tree

1 file changed

+2
-1
lines changed
  • clang/include/clang/Sema

1 file changed

+2
-1
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ class SYCLIntegrationHeader {
398398
/// Descriptor of kernel actual parameters.
399399
SmallVector<KernelParamDesc, 8> Params;
400400

401-
// Whether kernel calls any of the SYCL free functions (this_item(), this_id(), etc)
401+
// Whether kernel calls any of the SYCL free functions (this_item(),
402+
// this_id(), etc)
402403
KernelCallsSYCLFreeFunction FreeFunctionCalls;
403404

404405
KernelDesc() = default;

0 commit comments

Comments
 (0)