libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / pdcurses / insstr.c
index 38fa38915c3f3bc86d94e78c8eca08259d3c44f7..a731eaf436f376df50c4358f87a692a4f937f1b3 100644 (file)
@@ -32,12 +32,12 @@ RCSID("$Id: insstr.c,v 1.46 2008/07/13 16:08:18 wmcbrine Exp $")
         at the current cursor position, by repeatedly calling winsch().
         When PDCurses is built with wide-character support enabled, the
         narrow-character functions treat the string as a multibyte
-        string in the current locale, and convert it first. All 
-        characters to the right of the cursor are moved to the right, 
-        with the possibility of the rightmost characters on the line 
-        being lost.  The cursor position does not change (after moving 
-        to y, x, if specified).  The routines with n as the last 
-        argument insert at most n characters; if n is negative, then the 
+        string in the current locale, and convert it first. All
+        characters to the right of the cursor are moved to the right,
+        with the possibility of the rightmost characters on the line
+        being lost.  The cursor position does not change (after moving
+        to y, x, if specified).  The routines with n as the last
+        argument insert at most n characters; if n is negative, then the
         entire string is inserted.
 
   Return Value: