Removed trailing whitespaces
[libcds.git] / cds / intrusive / treiber_stack.h
index aac61cd2ac044d17ae557c57e03fc79a693d5d01..b3dcfd569c562950b3769b94123065bb27d7d8a9 100644 (file)
@@ -745,7 +745,7 @@ namespace cds { namespace intrusive {
             }
 
             while ( true ) {
-                node_type * t = guard.protect( m_Top, 
+                node_type * t = guard.protect( m_Top,
                     []( node_type * p ) -> value_type * {
                         return node_traits::to_value_ptr( p );
                     });