unify style for returning pointers
[model-checker.git] / threads.h
index 9787c3fb9514fdf4eee5c84503f1aedcb0e2ad31..8e0c3b054dfe7c84a92f60f0cc44ee700db00518 100644 (file)
--- a/threads.h
+++ b/threads.h
@@ -37,7 +37,7 @@ private:
        thread_state state;
 };
 
-Thread *thread_current();
+Thread * thread_current();
 
 static inline thread_id_t thrd_to_id(thrd_t t)
 {