]> granicus.if.org Git - php/commitdiff
- Whitespace
authorAndi Gutmans <andi@php.net>
Thu, 5 Apr 2001 14:02:08 +0000 (14:02 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 5 Apr 2001 14:02:08 +0000 (14:02 +0000)
TSRM/TSRM.c

index cef4addab02e77d6253f218801dfce6365f1ddaf..e7de2f9fbd0f89dae1e614b6fc51e040c7ea27cf 100644 (file)
@@ -352,7 +352,7 @@ void ts_free_thread(void)
                                tsrm_tls_table[hash_value] = thread_resources->next;
                        }
 #if defined(PTHREADS)
-                       pthread_setspecific( tls_key, 0 );
+                       pthread_setspecific(tls_key, 0);
 #endif
                        free(thread_resources);
                        break;