Spaces to Tabs

This commit is contained in:
Luminarys 2015-08-10 14:09:51 -05:00
parent 68beabda03
commit 7c02a1967b
8 changed files with 61 additions and 61 deletions

View file

@ -18,7 +18,7 @@ void init_log(int verbosity) {
}
void sway_log_colors(int mode) {
colored = (mode == 1) ? 1 : 0;
colored = (mode == 1) ? 1 : 0;
}
void sway_abort(char *format, ...) {