summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm/dwm.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/dwm/dwm.c b/dwm/dwm.c
index 6c6b979..39e7408 100644
--- a/dwm/dwm.c
+++ b/dwm/dwm.c
@@ -2052,8 +2052,8 @@ run(void)
void
runAutostart(void)
-{
- system("killall -q dwmblocks; dwmblocks &");
+{
+ system("killall -q dwmblocks; dwmblocks &");
}
void
@@ -2818,7 +2818,7 @@ unmanage(Client *c, int destroyed)
focus(NULL);
return;
}
-
+
if (c == mark)
setmark(0);
@@ -3489,3 +3489,4 @@ main(int argc, char *argv[])
XCloseDisplay(dpy);
return EXIT_SUCCESS;
}
+