fix indent style issue

This commit is contained in:
Daniel Micay 2012-10-11 10:17:22 -04:00
parent af04d62581
commit 7fe8c69d59
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ char *check_match(VteTerminal *vte, int event_x, int event_y) {
/* {{{ CONFIG LOADING */
template<typename T>
static maybe<T> 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<T> value = get(config, group, key, &error);
if (error) {