fix indentation to use tabs

This commit is contained in:
Sebastien Lavoie-Courchesne 2026-03-07 20:20:49 -05:00
parent e445fc1344
commit 85f0a101c3
8 changed files with 13 additions and 11 deletions

View file

@ -78,7 +78,7 @@ struct swaybar_config *init_config(void) {
#if HAVE_TRAY
config->tray_padding = 2;
config->tray_last = true;
config->tray_last = true;
wl_list_init(&config->tray_bindings);
#endif