From: Andi Gutmans Date: Thu, 5 Apr 2001 14:02:08 +0000 (+0000) Subject: - Whitespace X-Git-Tag: php-4.0.6RC1~477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42fbe5be4b5737339611047024cd29d219269275;p=php - Whitespace --- diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index cef4addab0..e7de2f9fbd 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -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;