Removed redundant spaces
[libcds.git] / cds / urcu / dispose_thread.h
index 463367447995360d53a39e8526e9dc2a35bda13a..98d5fde5b2ae64d373ae571f93728443f1253b4b 100644 (file)
@@ -136,7 +136,7 @@ namespace cds { namespace urcu {
             while ( ( p = pBuf->front()) != nullptr ) {
                 if ( p->m_nEpoch <= nCurEpoch ) {
                     p->free();
-                    CDS_VERIFY( pBuf->pop_front() );
+                    CDS_VERIFY( pBuf->pop_front());
                 }
                 else
                     break;