mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Further indentation corrections
This commit is contained in:
parent
d5c338d9ee
commit
74d4f1bec9
2 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue