libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / term.h
index ce6bc4fae644e5455e0e51a307cea30b1f212699..caacbdf7c4d2f34059abac70d763f5d5bf93d45c 100644 (file)
@@ -2,9 +2,9 @@
 
 /* $Id: term.h,v 1.16 2008/07/13 16:08:16 wmcbrine Exp $ */
 
-/* PDCurses doesn't operate with terminfo, but we need these functions for 
-   compatibility, to allow some things (notably, interface libraries for 
-   other languages) to be compiled. Anyone who tries to actually _use_ 
+/* PDCurses doesn't operate with terminfo, but we need these functions for
+   compatibility, to allow some things (notably, interface libraries for
+   other languages) to be compiled. Anyone who tries to actually _use_
    them will be disappointed, since they only return ERR. */
 
 #ifndef __PDCURSES_TERM_H__
@@ -46,7 +46,7 @@ char   *tgoto(const char *, int, int);
 int     tigetflag(const char *);
 int     tigetnum(const char *);
 char   *tigetstr(const char *);
-char   *tparm(const char *, long, long, long, long, long, 
+char   *tparm(const char *, long, long, long, long, long,
               long, long, long, long);
 int     tputs(const char *, int, int (*)(int));