From 033bed5bac43797f8b19c0d3f98776d1c85d0adc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 14 Oct 2012 15:08:46 -0400 Subject: [PATCH] fix whitespace alignment --- termite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termite.cc b/termite.cc index 6697eb0..bbd6b18 100644 --- a/termite.cc +++ b/termite.cc @@ -809,7 +809,7 @@ char *check_match(VteTerminal *vte, int event_x, int event_y) { /* {{{ CONFIG LOADING */ template maybe get_config(T (*get)(GKeyFile *, const char *, const char *, GError **), - GKeyFile *config, const char *group, const char *key) { + GKeyFile *config, const char *group, const char *key) { GError *error = nullptr; maybe value = get(config, group, key, &error); if (error) {