From dd86376294fd4117521dd550165ee4943ae8bec1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Jan 2023 15:17:44 +0100 Subject: [PATCH] smbd: Fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Thu Jan 5 18:00:17 UTC 2023 on sn-devel-184 --- source3/smbd/smb1_trans2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/smb1_trans2.c b/source3/smbd/smb1_trans2.c index ceb92575955..336024c9456 100644 --- a/source3/smbd/smb1_trans2.c +++ b/source3/smbd/smb1_trans2.c @@ -4544,7 +4544,7 @@ static void call_trans2setpathinfo( case SMB_SET_POSIX_ACL: status = smb_set_posix_acl( conn, req, *ppdata, total_data, NULL, smb_fname); - break; + break; } if (info_level_handled) { -- 2.11.4.GIT