Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / drivers / emulation / qemu / fbcon.h
index 8b83a3682bb36219b282a49f2e24214a46361d60..0656c6f4626e8a35f7340de79569f5fe13d2a33a 100644 (file)
@@ -19,7 +19,7 @@ struct display {
     struct fb_var_screeninfo var;   /* variable infos. yoffset and vmode */
                                     /* are updated by fbcon.c */
     struct fb_cmap cmap;            /* colormap */
-    char *screen_base;              /* pointer to top of virtual screen */    
+    char *screen_base;              /* pointer to top of virtual screen */
                                     /* (virtual address) */
     int visual;
     int type;                       /* see FB_TYPE_* */
@@ -108,11 +108,11 @@ struct display {
        ((s) & 0x400)
 #define attr_blink(p,s) \
        ((s) & 0x8000)
-       
+
     /*
      *  Scroll Method
      */
-     
+
 /* Internal flags */
 #define __SCROLL_YPAN          0x001
 #define __SCROLL_YWRAP         0x002