commit | 373107699709f6fb06992bf6b76274091570aaf2 | [log] [tgz] |
---|---|---|
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | Tue May 17 21:08:52 2016 +0000 |
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | Tue May 17 21:08:52 2016 +0000 |
tree | 9ebd9bcac287767334e2623bcc0514667c76a1da | |
parent | 6323ddf99c677c560db4402f190f2bd2156e3cca [diff] [blame] |
Remove trailing whitespace from tests llvm-svn: 269841
diff --git a/openmp/runtime/test/parallel/omp_parallel_default.c b/openmp/runtime/test/parallel/omp_parallel_default.c index 171d0f5..0a8e09e 100644 --- a/openmp/runtime/test/parallel/omp_parallel_default.c +++ b/openmp/runtime/test/parallel/omp_parallel_default.c
@@ -17,7 +17,7 @@ #pragma omp for for (i = 1; i <= LOOPCOUNT; i++) { mysum = mysum + i; - } + } #pragma omp critical { sum = sum + mysum;