]> granicus.if.org Git - php/commitdiff
CS fixes
authorWez Furlong <wez@php.net>
Tue, 18 Mar 2003 14:35:15 +0000 (14:35 +0000)
committerWez Furlong <wez@php.net>
Tue, 18 Mar 2003 14:35:15 +0000 (14:35 +0000)
ext/standard/file.c

index 805455483656e20ef0f8d44de38f86f31671bd29..138b723fd4069789a5ea7bb73810b41dc9fb2124 100644 (file)
@@ -486,6 +486,7 @@ PHP_FUNCTION(file_set_contents)
        
        RETURN_TRUE;
 }
+/* }}} */
 
 /* {{{ proto array file(string filename [, int flags])
    Read entire file into an array */
@@ -546,7 +547,7 @@ PHP_FUNCTION(file)
                if (include_new_line) { 
                        do {
                                p++;
-                               parse_eol:
+parse_eol:
                                if (PG(magic_quotes_runtime)) {
                                        /* s is in target_buf which is freed at the end of the function */
                                        slashed = php_addslashes(s, (p-s), &len, 0 TSRMLS_CC);