We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a561257 commit 45cf58dCopy full SHA for 45cf58d
openmp/runtime/test/api/omp60_memory_routines.c
@@ -44,7 +44,7 @@ extern void __tgt_omp_free(void *ptr, omp_allocator_handle_t allocator) {
44
do { \
45
if (!(Expr)) \
46
return EXIT_FAILURE; \
47
- } while(0)
+ } while (0)
48
49
// Test user-initialized allocator with the given memory space
50
static int test_user_allocator(omp_memspace_handle_t ms) {
0 commit comments