]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: Fix trailing whitespace
authorVolker Lendecke <vl@samba.org>
Wed, 25 Sep 2024 14:54:11 +0000 (16:54 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 12:09:35 +0000 (12:09 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/libsmb/libsmb_dir.c

index 59bee575673ef19daba04991fe8ce1be3998a208..1bcf5f1b4753b5aae2830942bc4a827624329982 100644 (file)
@@ -2024,7 +2024,7 @@ SMBC_chmod_ctx(SMBCCTX *context,
                TALLOC_FREE(frame);
                return -1;  /* errno set by SMBC_server */
        }
-       
+
        creds = context->internal->creds;
 
        /*d_printf(">>>unlink: resolving %s\n", path);*/
@@ -2415,13 +2415,13 @@ SMBC_rename_ctx(SMBCCTX *ocontext,
                TALLOC_FREE(frame);
                return -1;
        }
-       
+
        /* set the credentials to make DFS work */
        smbc_set_credentials_with_fallback(ncontext,
                                           workgroup,
                                           user2,
                                           password2);
-       
+
        /*d_printf(">>>rename: resolved path as %s\n", targetpath1);*/
        /*d_printf(">>>rename: resolving %s\n", path2);*/
        ncreds = ncontext->internal->creds;