Skip to content

Commit e0d167c

Browse files
committed
Fix formatting
1 parent 4a3ec54 commit e0d167c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ template <typename Type, int NumElements> class vec {
681681
#ifdef __NVPTX__
682682
// - we are on CUDA, see intel/llvm#11840
683683
false &&
684-
#endif // __NVPTX__
684+
#endif
685685
// - both vectors are represented using native vector types;
686686
NativeVec && vec<convertT, NumElements>::NativeVec &&
687687
// - it is not a signed to unsigned (or vice versa) conversion

0 commit comments

Comments
 (0)