summaryrefslogtreecommitdiffstats
path: root/vanitygaps.c
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2022-12-05 15:39:07 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2022-12-05 15:39:07 -0500
commit30b76a1f93a79d7c88c510b53143bfbf146efbd6 (patch)
tree6b593933698fbde15f3250dbb7c2ca0b6161d409 /vanitygaps.c
parentda4475e12268ea27869957fa775dddbb539c110a (diff)
downloaddwm-30b76a1f93a79d7c88c510b53143bfbf146efbd6.tar.gz
Warning cleanup
Diffstat (limited to 'vanitygaps.c')
-rw-r--r--vanitygaps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vanitygaps.c b/vanitygaps.c
index 3f31593..8f6b28b 100644
--- a/vanitygaps.c
+++ b/vanitygaps.c
@@ -806,4 +806,5 @@ tile(Monitor *m)
resize(c, sx, sy, sw - (2*c->bw), (sh / sfacts) + ((i - m->nmaster) < srest ? 1 : 0) - (2*c->bw), 0);
sy += HEIGHT(c) + ih;
}
-} \ No newline at end of file
+}
+