fix whitespace alignment

This commit is contained in:
Simon Gomizelj 2012-10-14 13:53:02 -04:00
parent 16dc6b7e83
commit 93446a222f
1 changed files with 2 additions and 2 deletions

View File

@ -1056,8 +1056,8 @@ static void load_config(GtkWindow *window, VteTerminal *vte, config_info *info,
if (get_config_color(config, "hints", "border", &color)) {
hints.border = cairo_pattern_create_rgb(color.red / 65535.0,
color.green / 65535.0,
color.blue / 65535.0);
color.green / 65535.0,
color.blue / 65535.0);
} else {
hints.border = hints.fg;
}