qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6355] console: remove trailing spaces


From: Aurelien Jarno
Subject: [Qemu-devel] [6355] console: remove trailing spaces
Date: Fri, 16 Jan 2009 21:13:49 +0000

Revision: 6355
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6355
Author:   aurel32
Date:     2009-01-16 21:13:49 +0000 (Fri, 16 Jan 2009)

Log Message:
-----------
console: remove trailing spaces

Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/console.c

Modified: trunk/console.c
===================================================================
--- trunk/console.c     2009-01-16 21:06:20 UTC (rev 6354)
+++ trunk/console.c     2009-01-16 21:13:49 UTC (rev 6355)
@@ -1242,7 +1242,7 @@
 {
     TextConsole *s;
     DisplayState *ds;
-    
+
     ds = (DisplayState *) qemu_mallocz(sizeof(DisplayState));
     if (ds == NULL)
         return NULL;
@@ -1260,7 +1260,7 @@
     s->hw_text_update = text_update;
     s->hw = opaque;
 
-    register_displaystate(ds); 
+    register_displaystate(ds);
     return ds;
 }
 
@@ -1279,7 +1279,7 @@
     int i, j;
     for (j = 0; j < 2; j++) {
         for (i = 0; i < 8; i++) {
-            color_table[j][i] = col_expand(ds, 
+            color_table[j][i] = col_expand(ds,
                    vga_get_color(ds, color_table_rgb[j][i]));
         }
     }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]