Various indentation fixes for a more consistent style

This commit is contained in:
Maarten van Gompel 2021-03-27 17:57:32 +01:00 committed by Hiltjo Posthuma
parent 02f13a74c3
commit b80819aa3f
4 changed files with 606 additions and 609 deletions

View File

@ -81,4 +81,3 @@ static char* layer_names[LAYERS] = {
static Key* available_layers[LAYERS] = { static Key* available_layers[LAYERS] = {
keys_en, keys_en,
}; };

View File

@ -570,4 +570,3 @@ Buttonmod buttonmods[] = {
{ XK_Shift_L, Button2 }, { XK_Shift_L, Button2 },
{ XK_Alt_L, Button3 }, { XK_Alt_L, Button3 },
}; };

View File

@ -906,8 +906,7 @@ setup(void)
ch->res_class = name; ch->res_class = name;
ch->res_name = name; ch->res_name = name;
XSetWMProperties(dpy, win, &str, &str, NULL, 0, sizeh, wmh, XSetWMProperties(dpy, win, &str, &str, NULL, 0, sizeh, wmh, ch);
ch);
XFree(keysyms); XFree(keysyms);
XFree(ch); XFree(ch);