Removed trailing whitespaces
[libcds.git] / cds / compiler / clang / defs.h
index ff6fb794b6da46f9aa88774e7f1b02de0970ebf4..f10449ec8d4534ca717144fb7118c6b1f70f5dde 100644 (file)
@@ -40,7 +40,7 @@
 
 // C++11 thread_local keyword
 #if !(CDS_OS_TYPE == CDS_OS_OSX && CDS_COMPILER_VERSION < 30600)
-    // OS X error? 
+    // OS X error?
     // See http://stackoverflow.com/questions/23791060/c-thread-local-storage-clang-503-0-40-mac-osx
     // http://stackoverflow.com/questions/28094794/why-does-apple-clang-disallow-c11-thread-local-when-official-clang-supports
     // clang 3.6 ok?..