summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-08-02 16:44:53 +0200
committerVolker Lendecke <vl@samba.org>2011-08-02 19:18:08 +0200
commit77f5246f09138c86b8a391a7aa8a0522feb324f6 (patch)
treeca95ef3be8134e31d75584dd1e0258524b09db06 /source3/smbd/close.c
parenta68f16cb56923cb2287dfdbaf7b962a80a6cb306 (diff)
downloadsamba-77f5246f09138c86b8a391a7aa8a0522feb324f6.tar.gz
samba-77f5246f09138c86b8a391a7aa8a0522feb324f6.tar.bz2
samba-77f5246f09138c86b8a391a7aa8a0522feb324f6.zip
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/smbd/close.c')
-rw-r--r--source3/smbd/close.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/close.c b/source3/smbd/close.c
index 43861b3045..b31daf366f 100644
--- a/source3/smbd/close.c
+++ b/source3/smbd/close.c
@@ -167,14 +167,14 @@ static void notify_deferred_opens(struct messaging_context *msg_ctx,
if (!should_notify_deferred_opens()) {
return;
}
-
+
for (i=0; i<lck->num_share_modes; i++) {
struct share_mode_entry *e = &lck->share_modes[i];
-
+
if (!is_deferred_open_entry(e)) {
continue;
}
-
+
if (procid_is_me(&e->pid)) {
/*
* We need to notify ourself to retry the open. Do