libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / win32 / pdcgetsc.c
index 15f0dc5f8079dd5f610da9e86ccc77fa1eccab5a..7c7652362c57c2ca05a082aeba7b0034a32c4dca 100644 (file)
@@ -9,7 +9,7 @@ RCSID("$Id: pdcgetsc.c,v 1.36 2008/07/14 04:24:52 wmcbrine Exp $")
 int PDC_get_cursor_mode(void)
 {
     CONSOLE_CURSOR_INFO ci;
-    
+
     PDC_LOG(("PDC_get_cursor_mode() - called\n"));
 
     GetConsoleCursorInfo(pdc_con_out, &ci);