| tStyle indentation fix - surf - customized build of surf, the suckless webkit b… | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 60c58fbf173b9af7a523fa7b37df07e7d98a88fc | |
| parent 2fb122c01202e7b8f2b31f964daee19b86f4d433 | |
| Author: Quentin Rameau <[email protected]> | |
| Date: Sun, 22 Nov 2015 02:25:07 +0100 | |
| Style indentation fix | |
| Diffstat: | |
| M surf.c | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/surf.c b/surf.c | |
| t@@ -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 * |