Style indentation fix
authorQuentin Rameau <quinq@fifth.space>
Sun, 22 Nov 2015 01:25:07 +0000 (02:25 +0100)
committerQuentin Rameau <quinq@fifth.space>
Sun, 22 Nov 2015 01:25:07 +0000 (02:25 +0100)
surf.c

diff --git a/surf.c b/surf.c
index faf712f..6c85c3e 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -406,8 +406,8 @@ setatom(Client *c, int a, const char *v)
 {
        XSync(dpy, False);
        XChangeProperty(dpy, c->xid,
-                       atoms[a], XA_STRING, 8, PropModeReplace,
-                       (unsigned char *)v, strlen(v) + 1);
+                       atoms[a], XA_STRING, 8, PropModeReplace,
+                       (unsigned char *)v, strlen(v) + 1);
 }
 
 const char *