]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: Remove trailing spaces in smbcacls; no changes
authorPavel Kalugin <pkalugin@inno.tech>
Mon, 7 Aug 2023 04:26:40 +0000 (07:26 +0300)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 23 Aug 2023 08:27:30 +0000 (08:27 +0000)
Signed-off-by: Pavel Kalugin <pkalugin@inno.tech>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/utils/smbcacls.c

index c5d419a71602acf739f771da8d45b80cae21bde6..5d3e5f6d271e423429ef3a6cd99e8aacb2525f77 100644 (file)
@@ -456,12 +456,12 @@ static int cacl_dump(struct cli_state *cli, const char *filename, bool numeric)
        return EXIT_OK;
 }
 
-/***************************************************** 
+/*****************************************************
 Change the ownership or group ownership of a file. Just
 because the NT docs say this can't be done :-). JRA.
 *******************************************************/
 
-static int owner_set(struct cli_state *cli, enum chown_mode change_mode, 
+static int owner_set(struct cli_state *cli, enum chown_mode change_mode,
                        const char *filename, const char *new_username)
 {
        struct dom_sid sid;
@@ -546,7 +546,7 @@ static void sort_acl(struct security_acl *the_acl)
        }
 }
 
-/***************************************************** 
+/*****************************************************
 set the ACLs on a file given a security descriptor
 *******************************************************/