]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blobdiff - samples/brd.pl
Remove trailing whitespace
[perl/modules/B-RecDeparse.git] / 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";