Skip to content

Commit 321468e

Browse files
nicebertshiltian
andauthored
Update openmp/runtime/src/include/ompx.h.var
Removes whitespaces at start of line. Co-authored-by: Shilei Tian <[email protected]>
1 parent a863371 commit 321468e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openmp/runtime/src/include/ompx.h.var

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ typedef unsigned long uint64_t;
1818
typedef unsigned int uint32_t;
1919

2020
static inline uint32_t __warpSize(void) {
21-
#ifdef __OMPX_TARGET_IS_GPU
22-
return __gpu_num_lanes();
23-
#else
24-
__builtin_trap();
25-
#endif
21+
#ifdef __OMPX_TARGET_IS_GPU
22+
return __gpu_num_lanes();
23+
#else
24+
__builtin_trap();
25+
#endif
2626
}
2727

2828
#ifdef __cplusplus

0 commit comments

Comments
 (0)