Code

small beautification
[fusedav.git] / src / openssl-thread.c
index e7affe870a1e1f1b6585cc30d3db3c5c833303e5..9c0af73d07d86190b90e2c963ab3ef914534d57c 100644 (file)
@@ -38,7 +38,7 @@ static void pthreads_locking_callback(int mode, int n, __unused const char *file
 }                                                                                                                                                                     
 
 static unsigned long pthreads_thread_id(void) {
-    return (unsigned long)pthread_self();
+    return (unsigned long) pthread_self();
 }
 
 void openssl_thread_setup(void) {