]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Remove trailing whitespace
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 14:03:24 +0000 (11:03 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 14:03:24 +0000 (11:03 -0300)
t/20-hash.t
t/40-scope.t

index 30618340caec981dbd0db104bc8abfa933e16243..a3768397c97d2c1cacf41543d5837c74dfef3373 100644 (file)
@@ -18,7 +18,7 @@ __DATA__
 
 --- fetch ---
 
-$x # $x->{a} # '', undef, { } 
+$x # $x->{a} # '', undef, { }
 $x # $x->{a} # '', undef, undef #
 $x # $x->{a} # '', undef, undef # +fetch
 $x # $x->{a} # '', undef, { }   # +exists
index 2e2afb8a1d6b357d59f62753b0fc22f24500ce64..6b8361a33114e07d7f11717ef8efc6cd47981ab7 100644 (file)
@@ -34,7 +34,7 @@ our $blurp;
 
 {
  local $blurp;
- eval 'no autovivification; use autovivification::TestRequired2; $blurp->{a}'; 
+ eval 'no autovivification; use autovivification::TestRequired2; $blurp->{a}';
  is        $@,     '',      'second require test doesn\'t croak prematurely';
  my $expect;
  $expect = { r1_main => { }, r1_eval => { } };