]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:passdb: Fix trailing whitespaces in machine_account_secrets.c
authorPavel Filipenský <pfilipen@redhat.com>
Fri, 8 Jul 2022 14:50:38 +0000 (16:50 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 15 Jul 2022 14:25:37 +0000 (14:25 +0000)
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/passdb/machine_account_secrets.c

index c10fda7f0c043379af372172bfd7fe0a958601f1..c551c3f344b77360ff1dbc8aba71f25b4936ae3f 100644 (file)
@@ -99,7 +99,7 @@ bool secrets_clear_domain_protection(const char *domain)
 {
        bool ret;
        void *protection = secrets_fetch(protect_ids_keystr(domain), NULL);
-       
+
        if (protection) {
                SAFE_FREE(protection);
                ret = secrets_delete_entry(protect_ids_keystr(domain));
@@ -510,7 +510,7 @@ bool secrets_store_machine_pw_sync(const char *pass, const char *oldpass, const
                }
        } else {
                SIVAL(&sec_channel_bytes, 0, secure_channel_type);
-               ret = secrets_store(machine_sec_channel_type_keystr(domain), 
+               ret = secrets_store(machine_sec_channel_type_keystr(domain),
                                    &sec_channel_bytes, sizeof(sec_channel_bytes));
                if (!ret) {
                        TALLOC_FREE(frame);