From e8ef2da17478565400d8efa0ae1c0b2c6567939c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 6 Oct 2024 00:45:13 +0400 Subject: small style change: void added to a function as argument --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index 29a6300..3d1ac6b 100644 --- a/dwm.c +++ b/dwm.c @@ -1962,7 +1962,7 @@ updatebarpos(Monitor *m) } void -updateclientlist() +updateclientlist(void) { Client *c; Monitor *m; -- cgit v1.2.3