]> granicus.if.org Git - php/commitdiff
indent
authorXinchen Hui <laruence@php.net>
Wed, 4 Mar 2015 04:10:23 +0000 (12:10 +0800)
committerXinchen Hui <laruence@php.net>
Wed, 4 Mar 2015 04:10:23 +0000 (12:10 +0800)
ext/bz2/bz2.c

index c463a68e8459703707c50f6eba85b02214f5062b..e4b283e78a1350a921c41a967188a30d3c9dcb15 100644 (file)
@@ -270,7 +270,7 @@ PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper,
        }
 
 #ifdef VIRTUAL_DIR
-               efree(path_copy);
+       efree(path_copy);
 #endif
 
        if (bz_file == NULL) {