diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-05-17 21:08:52 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-05-17 21:08:52 +0000 |
commit | 373107699709f6fb06992bf6b76274091570aaf2 (patch) | |
tree | 9ebd9bcac287767334e2623bcc0514667c76a1da /openmp/runtime/test/api/omp_in_parallel.c | |
parent | 6323ddf99c677c560db4402f190f2bd2156e3cca (diff) | |
download | bcm5719-llvm-373107699709f6fb06992bf6b76274091570aaf2.tar.gz bcm5719-llvm-373107699709f6fb06992bf6b76274091570aaf2.zip |
Remove trailing whitespace from tests
llvm-svn: 269841
Diffstat (limited to 'openmp/runtime/test/api/omp_in_parallel.c')
-rw-r--r-- | openmp/runtime/test/api/omp_in_parallel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/api/omp_in_parallel.c b/openmp/runtime/test/api/omp_in_parallel.c index 40cc3859c50..d09313eab15 100644 --- a/openmp/runtime/test/api/omp_in_parallel.c +++ b/openmp/runtime/test/api/omp_in_parallel.c @@ -4,7 +4,7 @@ /* * Checks that false is returned when called from serial region - * and true is returned when called within parallel region. + * and true is returned when called within parallel region. */ int test_omp_in_parallel() { |