Remove trailing spaces
authorkhizmax <libcds.dev@gmail.com>
Sun, 21 Sep 2014 18:39:06 +0000 (22:39 +0400)
committerkhizmax <libcds.dev@gmail.com>
Sun, 21 Sep 2014 18:39:06 +0000 (22:39 +0400)
cds/cxx11_atomic.h
cds/os/posix/thread.h

index 96be8f447a98d0f9098da0da3c0563bba87c7e7f..53f497dbbb30c5d2023a1e9eecdca64ef04989c3 100644 (file)
@@ -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
index 45be131ef9ea7f20f0a36ff526d7bbf57b207ae6..d8220dcfcfa6dd0beda534c2c4d8780f27766058 100644 (file)
@@ -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