From: Daniel Carl Date: Sat, 22 Dec 2012 14:21:45 +0000 (+0100) Subject: Reindented code in main.h. X-Git-Url: https://git.owens.tech/assets/favicon.png/assets/favicon.png/git?a=commitdiff_plain;h=fe7019682cceabfeec991c14406c3f9bfa086fe1;p=vimb.git Reindented code in main.h. --- diff --git a/src/main.h b/src/main.h index 5a0d5c5..a8efd17 100644 --- a/src/main.h +++ b/src/main.h @@ -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;