Skip to content

Commit 45cf58d

Browse files
committed
clang-format
1 parent a561257 commit 45cf58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/test/api/omp60_memory_routines.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extern void __tgt_omp_free(void *ptr, omp_allocator_handle_t allocator) {
4444
do { \
4545
if (!(Expr)) \
4646
return EXIT_FAILURE; \
47-
} while(0)
47+
} while (0)
4848

4949
// Test user-initialized allocator with the given memory space
5050
static int test_user_allocator(omp_memspace_handle_t ms) {

0 commit comments

Comments
 (0)