]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Fix code formatting
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 12 Feb 2024 03:58:41 +0000 (16:58 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 Feb 2024 02:41:36 +0000 (02:41 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/operational.c

index 8301a0456201f79a2682e67239c1acaad063eefa..b4b286b0267f8ebcae517521edabb6a2ab5277d2 100644 (file)
@@ -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;