commit f10cec85092f1cc85ca412dfe8cbd271820c4e4b parent 02b10e85852a5f349e0af9bc8041dc3e19c977df Author: Dylan Araps <dylan.araps@gmail.com> Date: Fri, 18 Oct 2019 13:05:25 +0300 sowm: formatting Diffstat:
M | sowm.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sowm.c b/sowm.c @@ -132,7 +132,7 @@ void button_release() { void win_add(Window w) { client *c, *t; - if (!(c = (client *)calloc(1, sizeof(client)))) + if (!(c = (client *) calloc(1, sizeof(client)))) exit(1); if (!list) {