From: Lennart Poettering Date: Wed, 1 Mar 2006 21:22:32 +0000 (+0000) Subject: small beautification X-Git-Url: https://git.tokkee.org/?p=fusedav.git;a=commitdiff_plain;h=d7198b1a406eeeb42ebe667e337a8c95381ba0a3 small beautification git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@22 e35a362c-bbd6-0310-a59f-a4efcb1729c4 --- diff --git a/src/openssl-thread.c b/src/openssl-thread.c index e7affe8..9c0af73 100644 --- a/src/openssl-thread.c +++ b/src/openssl-thread.c @@ -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) {