pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb122c
)
Style indentation fix
author
Quentin Rameau
<quinq@fifth.space>
Sun, 22 Nov 2015 01:25:07 +0000
(
02:25
+0100)
committer
Quentin Rameau
<quinq@fifth.space>
Sun, 22 Nov 2015 01:25:07 +0000
(
02:25
+0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
faf712f
..
6c85c3e
100644
(file)
--- 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 *