Style indentation fix
This commit is contained in:
parent
2fb122c012
commit
60c58fbf17
4
surf.c
4
surf.c
|
@ -406,8 +406,8 @@ setatom(Client *c, int a, const char *v)
|
||||||
{
|
{
|
||||||
XSync(dpy, False);
|
XSync(dpy, False);
|
||||||
XChangeProperty(dpy, c->xid,
|
XChangeProperty(dpy, c->xid,
|
||||||
atoms[a], XA_STRING, 8, PropModeReplace,
|
atoms[a], XA_STRING, 8, PropModeReplace,
|
||||||
(unsigned char *)v, strlen(v) + 1);
|
(unsigned char *)v, strlen(v) + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
|
|
Loading…
Reference in New Issue