libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / pdcurses / terminfo.c
index c099ada728132bb6d3989bd43885b1b3e851dde3..abae4f261422aec8edae80f248c1e1eef140b8c0 100644 (file)
@@ -35,10 +35,10 @@ RCSID("$Id: terminfo.c,v 1.37 2008/07/21 12:29:20 wmcbrine Exp $")
         int tputs(const char *, int, int (*)(int));
 
   Description:
-        mvcur() lets you move the physical cursor without updating any 
+        mvcur() lets you move the physical cursor without updating any
         window cursor positions. It returns OK or ERR.
 
-        The rest of these functions are currently implemented as stubs, 
+        The rest of these functions are currently implemented as stubs,
         returning the appropriate errors and doing nothing else.
 
   Portability                                X/Open    BSD    SYS V