fix trailing whitespace at gridall patch

This commit is contained in:
André Desgualdo Pereira 2025-10-31 13:06:03 -03:00
parent 10a056e882
commit 7be608e4ed

View File

@ -83,7 +83,7 @@ diff -up ../../dwl_my_contribution/dwl/dwl.c ./dwl.c
+ cols = 3;
+
+ rows = n / cols;
+
+
+ /* window geometries */
+ cw = cols ? m->w.width / cols : m->w.width;
+ cn = 0; /* current column number */