From 7fe8c69d59dc6999311922fb01e64df5fcc8dc2f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 11 Oct 2012 10:17:22 -0400 Subject: [PATCH] fix indent style issue --- termite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termite.cc b/termite.cc index 9c0af49..3bf5d59 100644 --- a/termite.cc +++ b/termite.cc @@ -781,7 +781,7 @@ char *check_match(VteTerminal *vte, int event_x, int event_y) { /* {{{ CONFIG LOADING */ template static 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) {