From: khizmax Date: Sun, 21 Sep 2014 18:39:06 +0000 (+0400) Subject: Remove trailing spaces X-Git-Tag: v2.0.0~313 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8181215fe698f489664a9254443894b435ed8b6d;p=libcds.git Remove trailing spaces --- 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