From e11835e2995d130890ca9f45cb3e304f2ea3a6a9 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 31 Oct 2011 12:54:00 -0700 Subject: libpayload: remove trailing whitespace and run dos2unix Change-Id: Iffed3602456f5306711c65f06c873c58d4086e11 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/363 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c') diff --git a/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c b/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c index 3c1b86e7a2..4f886daf20 100644 --- a/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c +++ b/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c @@ -4,7 +4,7 @@ RCSID("$Id: pdcdisp.c,v 1.49 2008/07/14 04:24:51 wmcbrine Exp $") -/* ACS definitions originally by jshumate@wrdis01.robins.af.mil -- these +/* ACS definitions originally by jshumate@wrdis01.robins.af.mil -- these match code page 437 and compatible pages (CP850, CP852, etc.) */ #ifdef CHTYPE_LONG @@ -70,7 +70,7 @@ void PDC_transform_line(int lineno, int x, int len, const chtype *srcp) PDC_LOG(("PDC_transform_line() - called: line %d\n", lineno)); - /* replace the attribute part of the chtype with the + /* replace the attribute part of the chtype with the actual color value for each chtype in the line */ for (j = 0; j < len; j++) -- cgit v1.2.3