Trailing whitespace deleted.
[bpt/emacs.git] / lib-src / make-docfile.c
index 0b90eba..ed6dde3 100644 (file)
@@ -299,7 +299,7 @@ scan_keyword_or_put_char (ch, state)
          while (ch != ' ' && ch != ')');
          put_char ('f', state);
          put_char ('n', state);
-         
+
          /* Put back the last character.  */
          ungetc (ch, state->in_file);
        }