]> git.pond.sub.org Git - empserver/blobdiff - info/findsubj.pl
Clean up some trailing whitespace
[empserver] / info / findsubj.pl
index bbbd6f8aaf65e994ccc9b7f7fdfabe8bed1a9a08..6627518909b6da738bfe5f47316c17b530fa73b5 100644 (file)
@@ -26,7 +26,7 @@
 #   ---
 #
 #   findsubj.pl: Find info subjects, update subjects.mk
-#  
+#
 #   Known contributors to this file:
 #      Ken Stevens (when it was still info.pl)
 #      Markus Armbruster, 2006-2008
@@ -140,7 +140,7 @@ sub parse_file {
 
     open(F, "<$filename")
        or die "Can't open $filename: $!";
-  
+
     $_ = <F>;
     if (/^\.TH (\S+) (\S.+\S)$/) {
        $chapter{$topic} = $1;