diff options
Diffstat (limited to 'patch/insets.c')
| -rw-r--r-- | patch/insets.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/insets.c b/patch/insets.c index c0836cf..8ad99b3 100644 --- a/patch/insets.c +++ b/patch/insets.c @@ -15,4 +15,5 @@ updateinset(const Arg *arg) Inset *inset = (Inset *)arg->v; for (Monitor *m = mons; m; m = m->next) setinset(m, *inset); -}
\ No newline at end of file +} + |
