fix whitespace alignment

This commit is contained in:
Daniel Micay 2012-10-14 15:08:46 -04:00
parent 8486a64986
commit 033bed5bac
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ char *check_match(VteTerminal *vte, int event_x, int event_y) {
/* {{{ CONFIG LOADING */
template<typename T>
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) {