s3: Fix some nonempty blank lines
authorVolker Lendecke <vl@samba.org>
Tue, 2 Aug 2011 14:44:53 +0000 (16:44 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Aug 2011 17:18:08 +0000 (19:18 +0200)
source3/include/smb_macros.h
source3/smbd/close.c
source3/smbd/error.c
source3/smbd/oplock.c

index aba1455864e84bb62798d101745060026be30a3a..4e27de1b20e4b3f17cac880c3dc031b83b4116fd 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
index 43861b30456f8dbef9d2a25b65bed32a39c9f992..b31daf366f5ea2c767de6c26497594787ceba13e 100644 (file)
@@ -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
index 2fb4241968d243bcae8c3c44fd8acd8a1e339e07..815b8579d2af133b354558abf1784b37ac2a878c 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
index 284b0321aa8102d07a55de831e1530339d7db15d..69a4dbb6c6b2596e09823a012bff4e9f9fb89478 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
@@ -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;