Skip to content

Commit 0b59740

Browse files
authored
format error fix
1 parent 76db75a commit 0b59740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/test/worksharing/for/omp_for_private_reduction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ int main(void) {
178178
}
179179
total_errors += checkUserDefinedReduction();
180180
total_errors += performComplexReduction();
181-
#pragma omp parallel num_threads(4)
181+
#pragma omp parallel num_threads(4)
182182
{
183183
std::complex<double> result(1, 0);
184184
result = doComplexReduction(arr);

0 commit comments

Comments
 (0)