summaryrefslogtreecommitdiffhomepage
path: root/patch/selfrestart.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-15 23:33:43 +0200
committerbakkeby <[email protected]>2019-09-15 23:36:05 +0200
commitf60b0b5121fb68e4dbb76036ec3efd24fe6c904c (patch)
treedd4fdc54b94767c4853c7272a46088a95dc4dac9 /patch/selfrestart.c
parentf8f67508d811e3ad92f159d5101e2da89e269e37 (diff)
downloaddwm-flexipatch-f60b0b5121fb68e4dbb76036ec3efd24fe6c904c.tar.gz
dwm-flexipatch-f60b0b5121fb68e4dbb76036ec3efd24fe6c904c.zip
Adding winview patch
Diffstat (limited to 'patch/selfrestart.c')
-rw-r--r--patch/selfrestart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/selfrestart.c b/patch/selfrestart.c
index 4fa6527..c3b88c1 100644
--- a/patch/selfrestart.c
+++ b/patch/selfrestart.c
@@ -43,7 +43,7 @@ char *get_dwm_path()
perror("readlink:");
return NULL;
}
- } while(r >= length);
+ } while (r >= length);
path[r] = '\0';
@@ -65,4 +65,4 @@ void self_restart(const Arg *arg)
}
execv(argv[0], argv);
-} \ No newline at end of file
+}