Skip to content

Commit 4dde1b1

Browse files
committed
Clang format try 2
1 parent d892319 commit 4dde1b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/lib/Headers/__clang_cuda_texture_intrinsics.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ template <class __op> struct __op_type_traits {
255255

256256
// Specialize for known surface operation tags
257257
#define __OP_TYPE_SURFACE(__op) \
258-
template <> struct __op_type_traits<__op> { using type = __surface_op_tag; };
258+
template <> struct __op_type_traits<__op> { \
259+
using type = __surface_op_tag; \
260+
}
259261

260262
// Classes that implement specific texture ops.
261263
template <class __op> struct __tex_fetch_v4;

0 commit comments

Comments
 (0)