diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | 177c0ea74342272645959b82cf219faa0b3dba16 (patch) | |
tree | 44e22b210a9904eab25a66d12e708804b671df75 /src/indent.h | |
parent | db95369be096960245dd38678f68464627698678 (diff) | |
download | emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.bz2 emacs-177c0ea74342272645959b82cf219faa0b3dba16.zip |
Trailing whitespace deleted.
Diffstat (limited to 'src/indent.h')
-rw-r--r-- | src/indent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/indent.h b/src/indent.h index 676f64a8ae8..0ce7238ec75 100644 --- a/src/indent.h +++ b/src/indent.h @@ -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. */ |