]> granicus.if.org Git - php/commitdiff
Layout: revert accidentel joining of lines
authorJeroen van Wolffelaar <jeroen@php.net>
Sat, 4 Aug 2001 21:37:43 +0000 (21:37 +0000)
committerJeroen van Wolffelaar <jeroen@php.net>
Sat, 4 Aug 2001 21:37:43 +0000 (21:37 +0000)
ext/standard/filestat.c

index d377442d2d7503b0244cd545e3ef43de32dfa07e..ef4b3708a04bc7ff74176d14960187031fc24028 100644 (file)
@@ -115,7 +115,8 @@ PHP_RINIT_FUNCTION(filestat)
 }
 
 PHP_RSHUTDOWN_FUNCTION(filestat) {
-       if (BG(CurrentStatFile)) { efree (BG(CurrentStatFile));
+       if (BG(CurrentStatFile)) {
+               efree (BG(CurrentStatFile));
        }
        return SUCCESS;
 }
@@ -692,7 +693,7 @@ static void php_stat(const char *filename, php_stat_len filename_length, int typ
                stat_sb = &BG(lsb);
 #endif
                /* FALLTHROUGH */
-       case FS_STAT: /* stat */
+       case FS_STAT:
                if (array_init(return_value) == FAILURE) {
                        RETURN_FALSE;
                }