diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-14 10:41:35 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-14 10:41:35 -0500 |
commit | 5fbac4a17c925113160ecadb4a8ac243b0669a04 (patch) | |
tree | b88cd68ce16825ca3627418ee096872347c7df01 | |
parent | 0b2cf8b65c0ebefa355e575134965cbbc540a9bb (diff) | |
parent | 211bc7159973274e70b24c3062c33eef69823e48 (diff) |
Merge pull request #315 from mikkeloscar/fix-whitespace
Use tabs instead of spaces
-rw-r--r-- | sway/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c index 966362cc..bd3cf4e6 100644 --- a/sway/config.c +++ b/sway/config.c @@ -151,7 +151,7 @@ static char *get_config_path(void) { "$XDG_CONFIG_HOME/sway/config", "$HOME/.i3/config", "$XDG_CONFIG_HOME/i3/config", - FALLBACK_CONFIG_DIR "/config", + FALLBACK_CONFIG_DIR "/config", "/etc/i3/config", }; |