Removed redundant spaces
[libcds.git] / cds / intrusive / impl / michael_list.h
index 4f8ef87bedc0c240c08ac8a9bc41ff5049afd9a0..3072fe2018a9cda23d1be2e16badc5a0ef7861e9 100644 (file)
@@ -1134,7 +1134,7 @@ namespace cds { namespace intrusive {
         bool find_at( atomic_node_ptr& refHead, Q const& val, Compare cmp )
         {
             position pos;
-            if ( search( refHead, val, pos, cmp ) ) {
+            if ( search( refHead, val, pos, cmp )) {
                 m_Stat.onFindSuccess();
                 return true;
             }