]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - scripts/man_show_fixme.sh
*: Remove trailing white space
[thirdparty/man-pages.git] / scripts / man_show_fixme.sh
index 6a42b33210c9560bfab7f954c2e1becf4420d20f..9c647458dc83c9ec3449de13773ef694a6b8fa05 100755 (executable)
@@ -7,7 +7,7 @@ for f in $*; do
     cat $f | awk '
         /^\.\\" *FIXME/ {
             if ($0 ~ /.*FIXME *\..*/) {
-               # FIXMES of the form "FIXME ." are "private" and 
+               # FIXMES of the form "FIXME ." are "private" and
                # ignored by this script
             } else {
                 sub("FIXME[: ]*", "")