s4-rpc_server/drsuapi: Fix indentation in GetNCChanges()
authorAndrew Bartlett <abartlet@samba.org>
Tue, 27 Jun 2023 05:06:13 +0000 (17:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 13 Aug 2023 21:59:29 +0000 (21:59 +0000)
This avoids the indentation correction being in the previous patch.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15401

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/rpc_server/drsuapi/getncchanges.c

index 7cb8780688d2ce4595ad5cbd84206e5a8caa5703..0c4416e35279f8f00b3c00103fbcccc1af2a975b 100644 (file)
@@ -3726,7 +3726,7 @@ allowed:
                /* this is the last response in the replication cycle */
                r->out.ctr->ctr6.new_highwatermark = getnc_state->final_hwm;
                r->out.ctr->ctr6.uptodateness_vector = talloc_move(mem_ctx,
-                                                       &getnc_state->final_udv);
+                                                                  &getnc_state->final_udv);
 
                /*
                 * Free the state info stored for the replication cycle. Note