Skip to content

Commit 927735e

Browse files
author
Jonathan Peyton
committed
Fix clang-format issue in test file
1 parent 9bdcf14 commit 927735e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/test/env/check_certain_values.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
int a = 0;
1515

1616
int test() {
17-
#pragma omp parallel reduction(+:a)
17+
#pragma omp parallel reduction(+ : a)
1818
{
1919
a += omp_get_thread_num();
2020
}

0 commit comments

Comments
 (0)