remove whitespace at end of line

This commit is contained in:
Luigi Rizzo 2003-07-04 20:44:25 +00:00
parent 749d01b011
commit 2233a14e50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117238
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ display(win, text, size)
text++;
continue;
}
/* erase character */
if ( *text == win->cerase
|| *text == 010 /* BS */

View File

@ -12,7 +12,7 @@
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied
* warranty.
*
*
* THIS SOFTWARE IS PROVIDED BY M.I.T. ``AS IS''. M.I.T. DISCLAIMS
* ALL EXPRESS OR IMPLIED WARRANTIES WITH REGARD TO THIS SOFTWARE,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF