diff options
Diffstat (limited to 'raul/Thread.hpp')
-rw-r--r-- | raul/Thread.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/raul/Thread.hpp b/raul/Thread.hpp index 14652c9..d7733c7 100644 --- a/raul/Thread.hpp +++ b/raul/Thread.hpp @@ -89,8 +89,7 @@ private: } /** Allocate thread-specific data key */ - static void thread_key_alloc() - { + static void thread_key_alloc() { pthread_key_create(&_thread_key, NULL); } |