s3:winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gid_recv
authorMichael Adam <obnox@samba.org>
Thu, 4 Dec 2008 13:00:44 +0000 (14:00 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 4 Dec 2008 13:00:44 +0000 (14:00 +0100)
to make code more readble

Michael

source3/winbindd/winbindd_group.c

index 8b4d4d6decd82a79e139a38b87e0dd6972dcfa41..7432bda451f9aa84950fb3bfa64eac855b88b6fa 100644 (file)
@@ -833,7 +833,7 @@ struct getgrsid_state {
 };
 
 static void getgrsid_sid2gid_recv(void *private_data, bool success, gid_t gid)
-       {
+{
        struct getgrsid_state *s =
                (struct getgrsid_state *)private_data;
        struct winbindd_domain *domain;
@@ -884,7 +884,7 @@ static void getgrsid_sid2gid_recv(void *private_data, bool success, gid_t gid)
        s->state->response.extra_data.data = gr_mem;
 
        request_ok(s->state);
-       }
+}
 
 static void getgrsid_lookupsid_recv( void *private_data, bool success,
                                     const char *dom_name, const char *name,