From 8907e17bdecf3f2c7959a2db8671e675e883572e Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Wed, 1 Nov 2000 17:31:53 +0000 Subject: [PATCH] - In function declerations the opening { should be on a new line --- main/safe_mode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.50.1