winbindd: fix more misindentations of top level braces in winbindd_group
authorMichael Adam <obnox@samba.org>
Thu, 4 Dec 2008 13:30:52 +0000 (14:30 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 4 Dec 2008 13:30:52 +0000 (14:30 +0100)
Michael

source/winbindd/winbindd_group.c

index 6f2b15a4819a5b78bf17137688f8fe944462233b..f1b1fed8d55ef0a34cce0a393ad09267b5561766 100644 (file)
@@ -832,10 +832,10 @@ static void getgrsid_lookupsid_recv( void *private_data, bool success,
 
        winbindd_sid2gid_async(s->state->mem_ctx, &s->group_sid,
                               getgrsid_sid2gid_recv, s);
-       }
+}
 
 static void winbindd_getgrsid( struct winbindd_cli_state *state, const DOM_SID group_sid )
-       {
+{
        struct getgrsid_state *s;
 
        if ( (s = TALLOC_ZERO_P(state->mem_ctx, struct getgrsid_state)) == NULL ) {