libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / pdcurses / instr.c
index bbf369cc8d93b2564fd4dd6daf66ae999c9a83c0..733a348eb6a3cdd46771b82f01717d8b31be7805 100644 (file)
@@ -28,16 +28,16 @@ RCSID("$Id: instr.c,v 1.44 2008/07/13 16:08:18 wmcbrine Exp $")
         int mvwinnwstr(WINDOW *win, int y, int x, wchar_t *wstr, int n);
 
   Description:
-        These functions take characters (or wide characters) from the 
-        current or specified position in the window, and return them as 
-        a string in str (or wstr). Attributes are ignored. The functions 
-        with n as the last argument return a string at most n characters 
+        These functions take characters (or wide characters) from the
+        current or specified position in the window, and return them as
+        a string in str (or wstr). Attributes are ignored. The functions
+        with n as the last argument return a string at most n characters
         long.
 
   Return Value:
-        Upon successful completion, innstr(), mvinnstr(), mvwinnstr() 
+        Upon successful completion, innstr(), mvinnstr(), mvwinnstr()
         and winnstr() return the number of characters actually read into
-        the string; instr(), mvinstr(), mvwinstr() and winstr() return 
+        the string; instr(), mvinstr(), mvwinstr() and winstr() return
         OK. Otherwise, all these functions return ERR.
 
   Portability                                X/Open    BSD    SYS V