From: Andi Gutmans Date: Wed, 1 Nov 2000 17:31:53 +0000 (+0000) Subject: - In function declerations the opening { should be on a new line X-Git-Tag: php-4.0.4RC3~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8907e17bdecf3f2c7959a2db8671e675e883572e;p=php - In function declerations the opening { should be on a new line --- diff --git a/main/safe_mode.c b/main/safe_mode.c index f545f4d4a8..9425130aa3 100644 --- a/main/safe_mode.c +++ b/main/safe_mode.c @@ -40,7 +40,8 @@ * 2 - if file does not exist, check directory * 3 - only check directory (needed for mkdir) */ -PHPAPI int php_checkuid(const char *fn, char *fopen_mode, int mode) { +PHPAPI int php_checkuid(const char *fn, char *fopen_mode, int mode) +{ struct stat sb; int ret; long uid=0L, duid=0L;