libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / pdcurses / inch.c
index 7347e740325c7df94ea935536a0537d94d236b4b..6609b293839598e3fcaac0b9422c0628a065f01c 100644 (file)
@@ -20,14 +20,14 @@ RCSID("$Id: inch.c,v 1.33 2008/07/13 16:08:18 wmcbrine Exp $")
         int mvwin_wch(WINDOW *win, int y, int x, cchar_t *wcval);
 
   Description:
-        The inch() functions retrieve the character and attribute from 
-        the current or specified window position, in the form of a 
+        The inch() functions retrieve the character and attribute from
+        the current or specified window position, in the form of a
         chtype. If a NULL window is specified, (chtype)ERR is returned.
 
-        The in_wch() functions are the wide-character versions; instead 
-        of returning a chtype, they store a cchar_t at the address 
-        specified by wcval, and return OK or ERR. (No value is stored 
-        when ERR is returned.) Note that in PDCurses, chtype and cchar_t 
+        The in_wch() functions are the wide-character versions; instead
+        of returning a chtype, they store a cchar_t at the address
+        specified by wcval, and return OK or ERR. (No value is stored
+        when ERR is returned.) Note that in PDCurses, chtype and cchar_t
         are the same.
 
   Portability                                X/Open    BSD    SYS V