fix whitespace alignment
This commit is contained in:
parent
8486a64986
commit
033bed5bac
|
@ -809,7 +809,7 @@ char *check_match(VteTerminal *vte, int event_x, int event_y) {
|
||||||
/* {{{ CONFIG LOADING */
|
/* {{{ CONFIG LOADING */
|
||||||
template<typename T>
|
template<typename T>
|
||||||
maybe<T> get_config(T (*get)(GKeyFile *, const char *, const char *, GError **),
|
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;
|
GError *error = nullptr;
|
||||||
maybe<T> value = get(config, group, key, &error);
|
maybe<T> value = get(config, group, key, &error);
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|
Loading…
Reference in New Issue