# HG changeset patch # User Sergey Kandaurov # Date 1400682000 -14400 # Node ID a8bfad2a3f844d720c205c5c2bba607db7d56471 # Parent 997f5fe165454a1c63d8c9127021e688cfdedb4b Tests: whitespace fix. diff --git a/charset_gzip_static.t b/charset_gzip_static.t --- 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); };