]> granicus.if.org Git - php/commitdiff
- In function declerations the opening { should be on a new line
authorAndi Gutmans <andi@php.net>
Wed, 1 Nov 2000 17:31:53 +0000 (17:31 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 1 Nov 2000 17:31:53 +0000 (17:31 +0000)
main/safe_mode.c

index f545f4d4a817277340a21ad8022687727be5bb24..9425130aa30007672da1acda87a93cb61c9b9171 100644 (file)
@@ -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;