From 93446a222f00cddcbe53d1d3d6bfae9baca474f0 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Sun, 14 Oct 2012 13:53:02 -0400 Subject: [PATCH] fix whitespace alignment --- termite.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/termite.cc b/termite.cc index 9b1144d..17f995c 100644 --- a/termite.cc +++ b/termite.cc @@ -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; }