From 782352c54ad69c517e3c32b0dd2c25d74842647a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Oct 2018 17:45:48 +0200 Subject: Trim trailing whitespace in *.phpt --- ext/zlib/tests/readgzfile_error.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib/tests/readgzfile_error.phpt') diff --git a/ext/zlib/tests/readgzfile_error.phpt b/ext/zlib/tests/readgzfile_error.phpt index 4ec76d0172..6d393423f7 100644 --- a/ext/zlib/tests/readgzfile_error.phpt +++ b/ext/zlib/tests/readgzfile_error.phpt @@ -10,7 +10,7 @@ if (!extension_loaded('zlib')) die ('skip zlib extension not available in this b $filename = dirname(__FILE__)."/004.txt.gz"; $use_include_path = false; -$extra_arg = 'nothing'; +$extra_arg = 'nothing'; var_dump(readgzfile( $filename, $use_include_path, $extra_arg ) ); -- cgit v1.2.1