From 8181215fe698f489664a9254443894b435ed8b6d Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 21 Sep 2014 22:39:06 +0400 Subject: [PATCH] Remove trailing spaces --- cds/cxx11_atomic.h | 3 --- cds/os/posix/thread.h | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cds/cxx11_atomic.h b/cds/cxx11_atomic.h index 96be8f44..53f497db 100644 --- a/cds/cxx11_atomic.h +++ b/cds/cxx11_atomic.h @@ -313,10 +313,7 @@ namespace cds { void reset(atomics::memory_order /*order*/ = atomics::memory_order_relaxed) {} }; - - } // namespace atomicity - } // namespace cds #endif // #ifndef __CDS_CXX11_ATOMIC_H diff --git a/cds/os/posix/thread.h b/cds/os/posix/thread.h index 45be131e..d8220dcf 100644 --- a/cds/os/posix/thread.h +++ b/cds/os/posix/thread.h @@ -15,8 +15,8 @@ namespace cds { namespace OS { /// Get current thread id static inline ThreadId getCurrentThreadId() - { - return pthread_self(); + { + return pthread_self(); } /// Checks if thread \p id is alive -- 2.34.1