fix tabbing
[c11tester.git] / test / condvar.cc
index ff8feb1ed6976da4403063d826a10db4b6effb28..fcfd59a8825f5b0946fb4fd3786d9347b26a364e 100644 (file)
@@ -12,7 +12,7 @@ int shareddata;
 
 static void a(void *obj)
 {
-       
+
        m->lock();
        while(load_32(&shareddata)==0)
                v->wait(*m);