[PATCH] remove an irritating blank line

Michael Adam obnox at samba.org
Thu Jan 21 20:34:37 UTC 2016


Just a trivial and not really necessary one.
It just irritates me.

Review appreciated!

Michael
-------------- next part --------------
From b221bb0a4975474dff0521881fa7b0d9908944cf Mon Sep 17 00:00:00 2001
From: Michael Adam <obnox at samba.org>
Date: Tue, 19 May 2015 12:19:22 +0200
Subject: [PATCH] smbd:smb2_close: remove an irritating blank line

Signed-off-by: Michael Adam <obnox at samba.org>
---
 source3/smbd/smb2_close.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source3/smbd/smb2_close.c b/source3/smbd/smb2_close.c
index 367c9fa..5830228 100644
--- a/source3/smbd/smb2_close.c
+++ b/source3/smbd/smb2_close.c
@@ -322,7 +322,6 @@ static struct tevent_req *smbd_smb2_close_send(TALLOC_CTX *mem_ctx,
 	state->in_flags = in_flags;
 
 	if (in_fsp->num_aio_requests != 0) {
-
 		in_fsp->deferred_close = tevent_wait_send(in_fsp, ev);
 		if (tevent_req_nomem(in_fsp->deferred_close, req)) {
 			return tevent_req_post(req, ev);
-- 
2.5.0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20160121/b53f91c7/signature.sig>


More information about the samba-technical mailing list