mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
fix indentation to use tabs
This commit is contained in:
parent
e445fc1344
commit
85f0a101c3
8 changed files with 13 additions and 11 deletions
|
|
@ -308,9 +308,9 @@ static bool ipc_parse_config(
|
|||
config->tray_padding = json_object_get_int(tray_padding);
|
||||
}
|
||||
|
||||
if ((json_object_object_get_ex(bar_config, "tray_last", &tray_last))) {
|
||||
config->tray_last = json_object_get_boolean(tray_last);
|
||||
}
|
||||
if ((json_object_object_get_ex(bar_config, "tray_last", &tray_last))) {
|
||||
config->tray_last = json_object_get_boolean(tray_last);
|
||||
}
|
||||
|
||||
struct tray_binding *tray_bind = NULL, *tmp_tray_bind = NULL;
|
||||
wl_list_for_each_safe(tray_bind, tmp_tray_bind, &config->tray_bindings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue