]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: smbd: Reformat spacing for parameters of check_access().
authorJeremy Allison <jra@samba.org>
Wed, 29 Apr 2020 22:23:30 +0000 (15:23 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 30 Apr 2020 07:33:41 +0000 (07:33 +0000)
Makes it easier to see the removal of the parameter next.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/trans2.c

index da6fea4b564051ed98ab9670fde45956ccee4727..61eca4d36d01a4d3a0dcfca2fd928ce16f926596 100644 (file)
@@ -196,9 +196,9 @@ done:
 ********************************************************************/
 
 static NTSTATUS check_access(connection_struct *conn,
-                            files_struct *fsp,
-                            const struct smb_filename *smb_fname,
-                            uint32_t access_mask)
+                       files_struct *fsp,
+                       const struct smb_filename *smb_fname,
+                       uint32_t access_mask)
 {
        NTSTATUS status;