Remove extra space

This commit is contained in:
Out Of Ideas 2023-10-23 12:30:47 -05:00
parent 80ccf7cfd3
commit d4b796103b

2
dwm.c
View file

@ -817,7 +817,7 @@ numtomon(int num)
void
drawbar(Monitor *m)
{
{
int x, w, tw = 0;
int boxs = drw->fonts->h / 9;
int boxw = drw->fonts->h / 6 + 2;