Removed redundant spaces
[libcds.git] / cds / compiler / vc / x86 / cxx11_atomic.h
index 5f42ca2dd6c043e50fcd3e3417cf7ef930012ed9..d9dc799ebd5c84cbbf457aba0c928293839fca1a 100644 (file)
@@ -518,7 +518,7 @@ namespace cds { namespace cxx11_atomic {
         {
             static_assert( sizeof(T *) == sizeof(void *), "Illegal operand size" );
             return (T *) _InterlockedExchange( (long volatile *) pDest, (uintptr_t) v );
-            //return (T *) _InterlockedExchangePointer( (void * volatile *) pDest, reinterpret_cast<void *>(v) );
+            //return (T *) _InterlockedExchangePointer( (void * volatile *) pDest, reinterpret_cast<void *>(v));
         }
 
         template <typename T>