From: Ralph Boehme Date: Thu, 2 Apr 2020 07:56:46 +0000 (+0200) Subject: smbd: reformat an if expression in smbd_smb2_close() X-Git-Tag: ldb-2.2.0~1001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea0f1b3be7728c5cb5adec58bd85e74b872fce52;p=thirdparty%2Fsamba.git smbd: reformat an if expression in smbd_smb2_close() No change in behavour. Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/smb2_close.c b/source3/smbd/smb2_close.c index f597a0f842f..9e3c3daf2e0 100644 --- a/source3/smbd/smb2_close.c +++ b/source3/smbd/smb2_close.c @@ -240,7 +240,9 @@ static NTSTATUS smbd_smb2_close(struct smbd_smb2_request *req, } if ((in_flags & SMB2_CLOSE_FLAGS_FULL_INFORMATION) && - (fsp->initial_delete_on_close || fsp->delete_on_close)) { + (fsp->initial_delete_on_close || + fsp->delete_on_close)) + { /* * We might be deleting the file. Ensure we * return valid data from before the file got