Skip to content

Commit ad0d2f0

Browse files
authored
Update omp_for_private_reduction.cpp
Formating
1 parent c01671e commit ad0d2f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//RUN: %libomp-cxx-compile -fopenmp-version=60 && %libomp-run
1+
// RUN: %libomp-cxx-compile -fopenmp-version=60 && %libomp-run
22
#include <stdio.h>
33
#include <omp.h>
44
#include "omp_testsuite.h"
@@ -65,8 +65,8 @@ int main(void) {
6565
int input_array[N];
6666
int total_errors = 0;
6767
const float kPiVal = 3.14f;
68-
const int kExpectedSum = 45; // Sum of 0..9
69-
const int kExpectedProd = 3628800; // 10!
68+
const int kExpectedSum = 45; // Sum of 0..9
69+
const int kExpectedProd = 3628800; // 10!
7070
const float kExpectedFsum = kPiVal * N; // 3.14f * 10
7171

7272
for (int i = 0; i < N; i++)

0 commit comments

Comments
 (0)