diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-12-18 23:15:35 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-12-18 23:15:35 +0000 |
commit | 6cb33c60bd629ccdf3206898b4d9271bb8ffa8d2 (patch) | |
tree | 721e7bd3829305a71431ed71ce5bfd047a7cfcad | |
parent | a350a9464683ba401e81d79fc11de77c98c6dd01 (diff) | |
download | bcm5719-llvm-6cb33c60bd629ccdf3206898b4d9271bb8ffa8d2.tar.gz bcm5719-llvm-6cb33c60bd629ccdf3206898b4d9271bb8ffa8d2.zip |
Remove some extra spaces
llvm-svn: 256060
-rw-r--r-- | openmp/runtime/src/kmp_wait_release.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openmp/runtime/src/kmp_wait_release.h b/openmp/runtime/src/kmp_wait_release.h index 92db155eb5a..c68ea3e93bc 100644 --- a/openmp/runtime/src/kmp_wait_release.h +++ b/openmp/runtime/src/kmp_wait_release.h @@ -290,11 +290,11 @@ static inline void __kmp_release_template(C *flag) KF_TRACE(20, ("__kmp_release: T#%d releasing flag(%x)\n", gtid, flag->get())); KMP_DEBUG_ASSERT(flag->get()); KMP_FSYNC_RELEASING(flag->get()); - + flag->internal_release(); - + KF_TRACE(100, ("__kmp_release: T#%d set new spin=%d\n", gtid, flag->get(), *(flag->get()))); - + if (__kmp_dflt_blocktime != KMP_MAX_BLOCKTIME) { // Only need to check sleep stuff if infinite block time not set if (flag->is_any_sleeping()) { // Are *any* of the threads that wait on this flag sleeping? |