changeset 405:a8bfad2a3f84

Tests: whitespace fix.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 21 May 2014 18:20:00 +0400
parents 997f5fe16545
children 811fbc213fd8
files charset_gzip_static.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/charset_gzip_static.t
+++ b/charset_gzip_static.t
@@ -93,7 +93,7 @@ my $in = 'X' x 99;
 my $out;
 
 eval {
-	require IO::Compress::Gzip;   
+	require IO::Compress::Gzip;
 	IO::Compress::Gzip::gzip(\$in => \$out);
 };