s3: Fix some nonempty blank lines
authorVolker Lendecke <vl@samba.org>
Mon, 12 Sep 2011 15:19:27 +0000 (17:19 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 13 Sep 2011 09:00:12 +0000 (11:00 +0200)
source3/include/ads.h
source3/include/messages.h
source3/smbd/oplock_linux.c

index 8a8ce28e5305dd7fc80f01e23b396dba7afdb3b5..bbe8671f37cd7695a9b736c9e8bfb40b9e3b2fbd 100644 (file)
@@ -26,7 +26,7 @@ enum ads_saslwrap_type {
 
 typedef struct ads_struct {
        int is_mine;    /* do I own this structure's memory? */
-       
+
        /* info needed to find the server */
        struct {
                char *realm;
index c15dadcc380d9bb3d3ef6daca3072a3b08f6f05f..5ea27f3df17f598273a2608e179fd58a069e0b8c 100644 (file)
@@ -3,17 +3,17 @@
    messages.c header
    Copyright (C) Andrew Tridgell 2000
    Copyright (C) 2001, 2002 by Martin Pool
-   
+
    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 19f4d6e06d8446281d0dd404fef4582beec6e49c..a455707deea842320e48f82e55c217e1b6fab737 100644 (file)
@@ -2,17 +2,17 @@
    Unix SMB/CIFS implementation.
    kernel oplock processing for Linux
    Copyright (C) Andrew Tridgell 2000
-   
+
    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/>.
 */