]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
Remove trailing whitespace
authorVincent Pit <vince@profvince.com>
Tue, 20 Aug 2013 19:13:50 +0000 (16:13 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 20 Aug 2013 19:13:50 +0000 (16:13 -0300)
samples/brd.pl

index f49a8eb0e0951e698de6b728b01356a2d75a5b23..4f7ca7490565ec4d6449c056a08fe8076151ae39 100755 (executable)
@@ -25,4 +25,4 @@ sub fma ($$$) { add +(mul $_[0], $_[1]), $_[2] }
 
 print STDERR '### ', fma(1, 3, 2), "\n";
 my $sfma = spec sub { my $x = \&mul; fma $_[0], 3, $_[1] };
-print STDERR '### ', $sfma->(1, 2), "\n"; 
+print STDERR '### ', $sfma->(1, 2), "\n";