[PATCH] mips: nuke trailing whitespace
[deliverable/linux.git] / arch / mips / lasat / prom.c
index ca62881c9e52e1142f8aecb9b40598b8eb6919df..88c7ab871ec44bbe0c4f7dae9a92ca5c58b36da7 100644 (file)
@@ -42,7 +42,7 @@ static void null_prom_putc(char c)
 /* these are functions provided by the bootloader */
 static void (* prom_putc)(char c) = null_prom_putc;
 void (* prom_printf)(const char * fmt, ...) = null_prom_printf;
-void (* prom_display)(const char *string, int pos, int clear) = 
+void (* prom_display)(const char *string, int pos, int clear) =
                null_prom_display;
 void (* prom_monitor)(void) = null_prom_monitor;
 
This page took 0.033009 seconds and 5 git commands to generate.