sowm: formatting

This commit is contained in:
Dylan Araps 2019-10-18 13:05:25 +03:00
parent 02b10e8585
commit f10cec8509
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

2
sowm.c
View File

@ -132,7 +132,7 @@ void button_release() {
void win_add(Window w) { void win_add(Window w) {
client *c, *t; client *c, *t;
if (!(c = (client *)calloc(1, sizeof(client)))) if (!(c = (client *) calloc(1, sizeof(client))))
exit(1); exit(1);
if (!list) { if (!list) {