Remove extra space
This commit is contained in:
parent
80ccf7cfd3
commit
d4b796103b
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue