Removed redundant spaces
[libcds.git] / cds / container / details / skip_list_base.h
index 383f7ef57fb68754a77388de523fe558383a2186..a737ec42727030637243d6091320aee9bc41fd1e 100644 (file)
@@ -173,7 +173,7 @@ namespace cds { namespace container {
                 static unsigned char * alloc_space( unsigned int nHeight )
                 {
                     if ( nHeight > 1 ) {
-                        unsigned char * pMem = tower_allocator_type().allocate( node_size(nHeight) );
+                        unsigned char * pMem = tower_allocator_type().allocate( node_size(nHeight));
 
                         // check proper alignments
                         assert( (((uintptr_t) pMem) & (alignof(node_type) - 1)) == 0 );