winbindd: fix more horrible brace mis-indentations in winbindd_group
authorMichael Adam <obnox@samba.org>
Thu, 4 Dec 2008 14:01:46 +0000 (15:01 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 4 Dec 2008 14:01:46 +0000 (15:01 +0100)
Sorry, but I can't bear this.

And while my vim is smart enough to cope with this,
it confuses _me_, and I have seen an emacs confused as well.
(Which comes as no surprise, almost human as it is...)

Michael

source/winbindd/winbindd_group.c

index f1b1fed8d55ef0a34cce0a393ad09267b5561766..bcb859dfd44ee3f1ce4946da1aa7773e9326ab4c 100644 (file)
@@ -815,14 +815,14 @@ static void getgrsid_lookupsid_recv( void *private_data, bool success,
                          dom_name, name, name_type));
                request_error(s->state);
                return;
-}
+       }
 
        if ( (s->group_name = talloc_asprintf( s->state->mem_ctx, 
                                                "%s%c%s",
                                                dom_name,
                                               *lp_winbind_separator(),
                                                name)) == NULL )
-{
+       {
                DEBUG(1, ("getgrsid_lookupsid_recv: talloc_asprintf() Failed!\n"));
                request_error(s->state);
                return;