From 77f5246f09138c86b8a391a7aa8a0522feb324f6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 2 Aug 2011 16:44:53 +0200 Subject: s3: Fix some nonempty blank lines --- source3/include/smb_macros.h | 6 +++--- source3/smbd/close.c | 6 +++--- source3/smbd/error.c | 6 +++--- source3/smbd/oplock.c | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'source3') diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h index aba1455864..4e27de1b20 100644 --- a/source3/include/smb_macros.h +++ b/source3/include/smb_macros.h @@ -5,17 +5,17 @@ Copyright (C) John H Terpstra 1996-1999 Copyright (C) Luke Kenneth Casson Leighton 1996-1999 Copyright (C) Paul Ashton 1998 - 1999 - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ 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; inum_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 diff --git a/source3/smbd/error.c b/source3/smbd/error.c index 2fb4241968..815b8579d2 100644 --- a/source3/smbd/error.c +++ b/source3/smbd/error.c @@ -2,17 +2,17 @@ Unix SMB/CIFS implementation. error packet handling Copyright (C) Andrew Tridgell 1992-1998 - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index 284b0321aa..69a4dbb6c6 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -4,17 +4,17 @@ Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Jeremy Allison 1998 - 2001 Copyright (C) Volker Lendecke 2005 - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -717,7 +717,7 @@ static void process_open_retry_message(struct messaging_context *msg_ctx, DATA_BLOB *data) { struct share_mode_entry msg; - + if (data->data == NULL) { DEBUG(0, ("Got NULL buffer\n")); return; -- cgit