s3:winbindd: convert some spaces to tabs in winbindd_sids_to_xids_send()
authorMichael Adam <obnox@samba.org>
Fri, 16 Nov 2012 16:49:25 +0000 (17:49 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 3 Dec 2012 07:48:21 +0000 (08:48 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/winbindd_sids_to_xids.c

index 518606dcde94aa9009ab995c02f7d0a7e77ab043..7456d3a307156342c228a1700d37896e86486745 100644 (file)
@@ -110,10 +110,10 @@ struct tevent_req *winbindd_sids_to_xids_send(TALLOC_CTX *mem_ctx,
                state->num_non_cached += 1;
        }
 
-        if (state->num_non_cached == 0) {
-                tevent_req_done(req);
-                return tevent_req_post(req, ev);
-        }
+       if (state->num_non_cached == 0) {
+               tevent_req_done(req);
+               return tevent_req_post(req, ev);
+       }
 
        subreq = wb_lookupsids_send(state, ev, state->non_cached,
                                    state->num_non_cached);