]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:crypto: Reformat source code
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 1 Apr 2024 21:33:27 +0000 (10:33 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 16 Apr 2024 03:58:31 +0000 (03:58 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/crypto/gmsa.c

index 1cd7a0e69732fe38f45aacd03650cdcff3e1636b..cc3aff525d1beac54ee3f511305911301e5874c9 100644 (file)
@@ -238,8 +238,12 @@ NTSTATUS gmsa_talloc_password_based_on_key_id(
                return NT_STATUS_NO_MEMORY;
        }
 
-       status = gmsa_password_based_on_key_id(
-               mem_ctx, gkid, current_time, root_key, account_sid, password->buf);
+       status = gmsa_password_based_on_key_id(mem_ctx,
+                                              gkid,
+                                              current_time,
+                                              root_key,
+                                              account_sid,
+                                              password->buf);
        if (!NT_STATUS_IS_OK(status)) {
                talloc_free(password);
                return status;