replmd: remove unnecessary indent
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 20 Nov 2018 03:02:05 +0000 (16:02 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 23 Nov 2018 07:10:41 +0000 (08:10 +0100)
commit6b136a8184d6f703405d0f53613b061af3601725
tree2d8f3e99bf068e3f38e79a2dce6aa5279b5c790f
parent9d5af87e66c4e936ddd06607cc98f20c24e035b1
replmd: remove unnecessary indent

The previous refactor now means we return early if we don't need to
re-apply isDeleted to the object. The 'else' is redundant and we can
remove it to avoid unnecessary indent.

This patch is basically just a whitespace change. It should not alter
functionality.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Nov 23 08:10:41 CET 2018 on sn-devel-144
source4/dsdb/samdb/ldb_modules/repl_meta_data.c