s3: Fix some nonempty blank lines
authorVolker Lendecke <vl@samba.org>
Thu, 3 Feb 2011 20:47:42 +0000 (21:47 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 6 Feb 2011 15:44:56 +0000 (16:44 +0100)
source3/nmbd/nmbd.c
source3/rpc_client/cli_netlogon.c
source3/smbd/process.c

index b2230c3e048380b469b93763c7060881eed38377..2ed421246f92bd00d1a0eb6e5c02e94adef46a00 100644 (file)
@@ -4,20 +4,19 @@
    Copyright (C) Andrew Tridgell 1994-1998
    Copyright (C) Jeremy Allison 1997-2002
    Copyright (C) Jelmer Vernooij 2002,2003 (Conversion to popt)
-   
+
    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/>.
-   
 */
 
 #include "includes.h"
index f34d794ea445597fae3d512fa5477a27a158336b..8dc232f412679cf113befcb94a1914167f784e06 100644 (file)
@@ -84,7 +84,7 @@ NTSTATUS rpccli_netlogon_setup_creds(struct rpc_pipe_client *cli,
        }
 
        /* Calculate the session key and client credentials */
-       
+
        cli->dc = netlogon_creds_client_init(cli,
                                    mach_acct,
                                    clnt_name,
index 75bd7708785f0f445a203951aadc4f25125ce325..6c2908d6d5407cf87f8e08aa9d3f6b55f432ce97 100644 (file)
@@ -3,17 +3,17 @@
    process incoming packets - main loop
    Copyright (C) Andrew Tridgell 1992-1998
    Copyright (C) Volker Lendecke 2005-2007
-   
+
    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/>.
 */