From fffd173b7ad6fb4d5977b000d1820537511cdd53 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 4 Mar 2015 12:10:23 +0800 Subject: [PATCH] indent --- ext/bz2/bz2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bz2/bz2.c b/ext/bz2/bz2.c index c463a68e84..e4b283e78a 100644 --- a/ext/bz2/bz2.c +++ b/ext/bz2/bz2.c @@ -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) { -- 2.40.0