Fix indentation
This commit is contained in:
parent
c3a9319a40
commit
d3c4e68444
4
rose.c
4
rose.c
|
@ -8,8 +8,8 @@ guint xid;
|
||||||
void setatom(int a, const char *v)
|
void setatom(int a, const char *v)
|
||||||
{
|
{
|
||||||
XChangeProperty(dpy, xid,
|
XChangeProperty(dpy, xid,
|
||||||
atoms[a], atoms[AtomUTF8], 8, PropModeReplace,
|
atoms[a], atoms[AtomUTF8], 8, PropModeReplace,
|
||||||
(unsigned char *)v, strlen(v) + 1);
|
(unsigned char *)v, strlen(v) + 1);
|
||||||
XSync(dpy, False);
|
XSync(dpy, False);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user