s3: Fix some nonempty blank lines
authorVolker Lendecke <vl@samba.org>
Sat, 25 Jun 2011 13:14:25 +0000 (15:14 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 25 Aug 2011 19:36:18 +0000 (21:36 +0200)
source3/lib/messages_ctdbd.c
source3/nmbd/nmbd_winsserver.c

index b9ee049d01d1c8a588d4c615d99988c7a3b0a884..3140f65510d4954e278ae8ade7369b43c4b05a6c 100644 (file)
@@ -2,17 +2,17 @@
    Unix SMB/CIFS implementation.
    Samba internal messaging functions
    Copyright (C) 2007 by Volker Lendecke
-   
+
    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 6ac6007c49a6e16b73ad02b0f4a77a494265d9b2..48c10e25aece4cf4ebd23e1243bc3b32c98d930d 100644 (file)
@@ -1878,9 +1878,9 @@ void fetch_all_active_wins_1b_names(void)
  Deal with the special name query for *<1b>.
 ***********************************************************************/
 
-static void process_wins_dmb_query_request(struct subnet_record *subrec,  
+static void process_wins_dmb_query_request(struct subnet_record *subrec,
                                            struct packet_struct *p)
-{  
+{
        struct name_record *namerec = NULL;
        char *prdata;
        int num_ips;
@@ -2156,7 +2156,7 @@ received for name %s from IP %s on subnet %s. Error - should not be sent to WINS
                        nmb_namestr(question), inet_ntoa(from_ip), subrec->subnet_name));
                return;
        }
-  
+
        DEBUG(3,("wins_process_name_release_request: %s name release for name %s \
 IP %s\n", releasing_group_name ? "Group" : "Unique", nmb_namestr(question), inet_ntoa(from_ip) ));