num-out-cmp.pl: Remove unused script.
[pspp] / doc / get-commands.pl
index a1bfd5c80fd91582da98b16af79de81d461ba261..7d5ac4534b5c215c625fb63323ef674e6bfd2090 100755 (executable)
@@ -1,11 +1,11 @@
 #!/usr/bin/perl
-# Creates Texinfo documentation from the source 
+# Creates Texinfo documentation from the source
 
 use strict;
 use warnings 'all';
 
-my ($file) = $ARGV[0]; 
-open(INFO, $file) || die "Cannot open \"$file\"\n" ;   
+my ($file) = $ARGV[0];
+open(INFO, $file) || die "Cannot open \"$file\"\n" ;
 print "\@c Generated from $file by get-commands.pl\n";
 print "\@c Do not modify!\n\n";