Further indentation corrections

This commit is contained in:
Drew DeVault 2017-03-10 21:41:14 -05:00
parent d5c338d9ee
commit 74d4f1bec9
2 changed files with 4 additions and 4 deletions

View file

@ -487,7 +487,7 @@ static bool load_config(const char *path, struct sway_config *config) {
}
static int qstrcmp(const void* a, const void* b) {
return strcmp(*((char**) a), *((char**) b));
return strcmp(*((char**) a), *((char**) b));
}
bool load_main_config(const char *file, bool is_active) {