summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-12-18 23:15:35 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-12-18 23:15:35 +0000
commit6cb33c60bd629ccdf3206898b4d9271bb8ffa8d2 (patch)
tree721e7bd3829305a71431ed71ce5bfd047a7cfcad
parenta350a9464683ba401e81d79fc11de77c98c6dd01 (diff)
downloadbcm5719-llvm-6cb33c60bd629ccdf3206898b4d9271bb8ffa8d2.tar.gz
bcm5719-llvm-6cb33c60bd629ccdf3206898b4d9271bb8ffa8d2.zip
Remove some extra spaces
llvm-svn: 256060
-rw-r--r--openmp/runtime/src/kmp_wait_release.h6
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?
OpenPOWER on IntegriCloud