commit 60c58fbf173b9af7a523fa7b37df07e7d98a88fc
Author: Quentin Rameau <[email protected]>
AuthorDate: Sun Nov 22 02:25:07 2015 +0100
Commit: Quentin Rameau <[email protected]>
CommitDate: Sun Nov 22 02:25:07 2015 +0100
Style indentation fix
diff --git a/surf.c b/surf.c
index faf712f..6c85c3e 100644
--- 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 *