]> code.delx.au - gnu-emacs/blobdiff - src/systime.h
Trailing whitespace deleted.
[gnu-emacs] / src / systime.h
index 12c66b4860507d2575a140f6f2f9864a7e30fd4c..d05b5a7de9af1a48e780cf15fa3e085d6621871a 100644 (file)
@@ -81,7 +81,7 @@ extern time_t timezone;
        result in DEST.  SRC should not be negative.
 
    EMACS_SUB_TIME (DEST, SRC1, SRC2) subtracts SRC2 from SRC1 and
-       stores the result in DEST.  SRC should not be negative. 
+       stores the result in DEST.  SRC should not be negative.
    EMACS_TIME_NEG_P (TIME) is true iff TIME is negative.
 
 */