]> granicus.if.org Git - php/commitdiff
Whitespace-fix these goto labels.
authorWez Furlong <wez@php.net>
Thu, 13 Feb 2003 11:12:56 +0000 (11:12 +0000)
committerWez Furlong <wez@php.net>
Thu, 13 Feb 2003 11:12:56 +0000 (11:12 +0000)
main/streams.c

index 5413bc8f7991007f99e6844a404c5c8931641499..6ef7d1cc6ffa71dc1bd54dd1ff85bb9d38facf38 100755 (executable)
@@ -1663,7 +1663,7 @@ PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char
         * safe mode GID/UID checks
         */
 
-       not_relative_path:
+not_relative_path:
 
        /* Absolute path open */
        if (IS_ABSOLUTE_PATH(filename, filename_length)) {
@@ -1775,7 +1775,7 @@ PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char
                }
                stream = php_stream_fopen_rel(trypath, mode, opened_path, options);
                if (stream) {
-                       stream_done:
+stream_done:
                        efree(pathbuf);
                        return stream;
                }