libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / os2 / pdcdisp.c
index 3c1b86e7a2a5490f1c5d90fdd10973813a0da0f3..4f886daf203a6e81f05f024ceab1876268f5da6b 100644 (file)
@@ -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++)