Change initialize a bit
[c11tester.git] / futex.cc
index 11685d3826e0c117d724cb60e877f1925402f530..677b4afd9fe29740aacd604566d8811da833d06f 100644 (file)
--- a/futex.cc
+++ b/futex.cc
@@ -63,7 +63,7 @@ namespace std _GLIBCXX_VISIBILITY(default)
                cdsc::condition_variable *v = execution->getCondMap()->get( (pthread_cond_t *) __addr);
 
                if (v == NULL)
                cdsc::condition_variable *v = execution->getCondMap()->get( (pthread_cond_t *) __addr);
 
                if (v == NULL)
-                       return;         // do nothing
+                       return;// do nothing
 
                v->notify_all();
        }
 
                v->notify_all();
        }