Style indentation fix

This commit is contained in:
Quentin Rameau 2015-11-22 02:25:07 +01:00
parent 2fb122c012
commit 60c58fbf17
1 changed files with 2 additions and 2 deletions

4
surf.c
View File

@ -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 *