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