diff options
author | Andi Gutmans <andi@php.net> | 2001-04-27 18:51:56 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-04-27 18:51:56 +0000 |
commit | 0971ff99cbe8e083c3b1b5bab25924a93cda171d (patch) | |
tree | 763b540c52cd96c8f9b30d7c8de57ec90e4dbb10 /Zend/zend_alloc.c | |
parent | a2dbc5babda9e166ef14908cce0808ad8eaefe8b (diff) | |
download | php-git-0971ff99cbe8e083c3b1b5bab25924a93cda171d.tar.gz |
- Whitespace changes to be standard like the rest of Zend
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 8aada64e60..fc2a3098a4 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -482,7 +482,7 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache) } } - if(clean_cache) { + if (clean_cache) { for (i=1; i<MAX_CACHED_MEMORY; i++) { for (j=0; j<AG(cache_count)[i]; j++) { free(AG(cache)[i][j]); |