From: Jo Sutton Date: Mon, 12 Feb 2024 03:58:41 +0000 (+1300) Subject: s4:dsdb: Fix code formatting X-Git-Tag: tdb-1.4.11~1728 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03e4de449d8b4f10286cf65307ef53d1e49222f0;p=thirdparty%2Fsamba.git s4:dsdb: Fix code formatting Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/operational.c b/source4/dsdb/samdb/ldb_modules/operational.c index 8301a045620..b4b286b0267 100644 --- a/source4/dsdb/samdb/ldb_modules/operational.c +++ b/source4/dsdb/samdb/ldb_modules/operational.c @@ -1299,9 +1299,9 @@ static int get_pso_for_user(struct ldb_module *module, * Settings Object (PSO) that applies to that user. */ static int construct_resultant_pso(struct ldb_module *module, - struct ldb_message *msg, + struct ldb_message *msg, enum ldb_scope scope, - struct ldb_request *parent, + struct ldb_request *parent, struct ldb_reply *ares) { struct ldb_message *pso = NULL;