[hackers] [surf] Style indentation fix || Quentin Rameau

From: <git_AT_suckless.org>
Date: Sun, 22 Nov 2015 02:25:27 +0100 (CET)

commit 60c58fbf173b9af7a523fa7b37df07e7d98a88fc
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Sun Nov 22 02:25:07 2015 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Sun Nov 22 02:25:07 2015 +0100

    Style indentation fix

diff --git a/surf.c b/surf.c
index faf712f..6c85c3e 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -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 *
Received on Sun Nov 22 2015 - 02:25:27 CET

This archive was generated by hypermail 2.3.0 : Sun Nov 22 2015 - 02:36:11 CET