libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / pdcurses-backend / pdckbd.c
index 4a039ffbc4d355d5e7d8f0f59edc5a691810ee30..4558406ea30b193096bf020b869618fb80ac3db4 100644 (file)
@@ -1,5 +1,5 @@
 /* Public Domain Curses */
-                          
+
 #include "lppdc.h"
 #include <usb/usb.h>
 
@@ -173,7 +173,7 @@ int PDC_get_key(void)
     return c;
 }
 
-/* discard any pending keyboard input -- this is the core 
+/* discard any pending keyboard input -- this is the core
    routine for flushinp() */
 
 void PDC_flushinp(void)