From: Jeremy Allison Date: Wed, 29 Apr 2020 22:23:30 +0000 (-0700) Subject: s3: smbd: Reformat spacing for parameters of check_access(). X-Git-Tag: ldb-2.2.0~795 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fa18f986698d835c73503074ec46861742af583;p=thirdparty%2Fsamba.git s3: smbd: Reformat spacing for parameters of check_access(). Makes it easier to see the removal of the parameter next. Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index da6fea4b564..61eca4d36d0 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -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;