Reindented code in main.h.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 22 Dec 2012 14:21:45 +0000 (15:21 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 22 Dec 2012 14:21:45 +0000 (15:21 +0100)
src/main.h

index 5a0d5c5..a8efd17 100644 (file)
@@ -209,11 +209,11 @@ typedef struct {
 } Completions;
 
 typedef struct {
-    VpColor              input_fg[VP_MSG_LAST];
-    VpColor              input_bg[VP_MSG_LAST];
+    VpColor               input_fg[VP_MSG_LAST];
+    VpColor               input_bg[VP_MSG_LAST];
     PangoFontDescription* input_font[VP_MSG_LAST];
-    VpColor              comp_fg[VP_COMP_LAST];
-    VpColor              comp_bg[VP_COMP_LAST];
+    VpColor               comp_fg[VP_COMP_LAST];
+    VpColor               comp_bg[VP_COMP_LAST];
     PangoFontDescription* comp_font[VP_COMP_LAST];
 } Style;