qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6355] console: remove trailing spaces
@ 2009-01-16 21:13 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-01-16 21:13 UTC (permalink / raw)
  To: qemu-devel

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 <aurelien@aurel32.net>

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]));
         }
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-16 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-16 21:13 [Qemu-devel] [6355] console: remove trailing spaces Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).