]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Remove some trailing spaces
authorVincent Pit <vince@profvince.com>
Sat, 28 Feb 2009 19:52:26 +0000 (20:52 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 28 Feb 2009 19:52:26 +0000 (20:52 +0100)
samples/synopsis.pl

index c2576be205d5629a9543fffaec0889cbe5747455..4b99d413ac4e73c5b0ce545cb193ce170d23b707 100644 (file)
@@ -20,7 +20,7 @@ use Variable::Magic qw/wizard cast VMG_OP_INFO_NAME/;
                   store    => sub { print "key $_[2] stored in $_[-1]\n" },
                   copy_key => 1,
                   op_info  => VMG_OP_INFO_NAME;
-     
+
  my %h = (_default => 0, apple => 2);
  cast %h, $wiz, '_default';
  print $h{banana}, "\n"; # "0", because the 'banana' key doesn't exist in %h