From: Quentin Rameau Date: Sun, 22 Nov 2015 01:25:07 +0000 (+0100) Subject: Style indentation fix X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=60c58fbf173b9af7a523fa7b37df07e7d98a88fc 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 *