libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / sdl1 / sdltest.c
index d39533b30395a899499b9a0eff4d0ff453f1add4..840d15a4ebe6c158d5d75be2f6eb5fac0cf36f32 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdlib.h>
 #include <time.h>
 
-/* You could #include pdcsdl.h, or just add the relevant declarations 
+/* You could #include pdcsdl.h, or just add the relevant declarations
    here: */
 
 PDCEX SDL_Surface *pdc_screen;
@@ -54,7 +54,7 @@ int main(int argc, char **argv)
         dest.w = i;
         dest.h = j;
 
-        SDL_FillRect(pdc_screen, &dest, 
+        SDL_FillRect(pdc_screen, &dest,
                      SDL_MapRGB(pdc_screen->format, rand() % 256,
                                 rand() % 256, rand() % 256));
     }