libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / os2 / pdcscrn.c
index e2d68faa033adcd4f0df13740dd41024aae9d2ea..daecb50a44b6b3de12cb97a5ff80348a367e7946 100644 (file)
@@ -260,9 +260,9 @@ static bool _screen_mode_equals(VIOMODEINFO *oldmode)
 
     return ((current.cb == oldmode->cb) &&
             (current.fbType == oldmode->fbType) &&
-            (current.color == oldmode->color) && 
+            (current.color == oldmode->color) &&
             (current.col == oldmode->col) &&
-            (current.row == oldmode->row) && 
+            (current.row == oldmode->row) &&
             (current.hres == oldmode->vres) &&
             (current.vres == oldmode->vres));
 }