]> code.delx.au - gnu-emacs/blobdiff - src/indent.h
Trailing whitespace deleted.
[gnu-emacs] / src / indent.h
index 676f64a8ae801401b02d8f3947fd712200ac91d9..0ce7238ec757902d19eee53dc80ae6ac2052d42d 100644 (file)
@@ -26,13 +26,13 @@ Boston, MA 02111-1307, USA.  */
    Example (where W_ stands for a wide-column character):
             ----------
             abcdefgh\\
-            W_      
+            W_
             ----------
 
-   To handle this case, we should not calculate the tab offset by 
+   To handle this case, we should not calculate the tab offset by
        tab_offset += width;
 
-   Instead, we must remember tab_offset of the line. 
+   Instead, we must remember tab_offset of the line.
 
  */