summaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/PDCurses-3.4/pdcurses/instr.c
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-10-31 12:54:00 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2011-11-01 19:08:23 +0100
commite11835e2995d130890ca9f45cb3e304f2ea3a6a9 (patch)
treecfc5345e9d98b231de0699714771a5d7f54c6ce1 /payloads/libpayload/curses/PDCurses-3.4/pdcurses/instr.c
parentdd6906328904309e4d93e4bcb04a6cfa3646f29d (diff)
libpayload: remove trailing whitespace and run dos2unix
Change-Id: Iffed3602456f5306711c65f06c873c58d4086e11 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/363 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'payloads/libpayload/curses/PDCurses-3.4/pdcurses/instr.c')
-rw-r--r--payloads/libpayload/curses/PDCurses-3.4/pdcurses/instr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/instr.c b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/instr.c
index bbf369cc8d..733a348eb6 100644
--- a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/instr.c
+++ b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/instr.c
@@ -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