summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-06-25 15:14:25 +0200
committerVolker Lendecke <vl@samba.org>2011-08-25 21:36:18 +0200
commit16888be44a9d75f2770e4e7271d4a8d1b3e837f1 (patch)
tree580b0bf567921b9b293ee951488a537f6e7b0fdc
parent50e30afa608dfdeae8a260730ead9761ed424dad (diff)
downloadsamba-16888be44a9d75f2770e4e7271d4a8d1b3e837f1.tar.gz
samba-16888be44a9d75f2770e4e7271d4a8d1b3e837f1.tar.bz2
samba-16888be44a9d75f2770e4e7271d4a8d1b3e837f1.zip
s3: Fix some nonempty blank lines
-rw-r--r--source3/lib/messages_ctdbd.c6
-rw-r--r--source3/nmbd/nmbd_winsserver.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/source3/lib/messages_ctdbd.c b/source3/lib/messages_ctdbd.c
index b9ee049d01..3140f65510 100644
--- a/source3/lib/messages_ctdbd.c
+++ b/source3/lib/messages_ctdbd.c
@@ -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/>.
*/
diff --git a/source3/nmbd/nmbd_winsserver.c b/source3/nmbd/nmbd_winsserver.c
index 6ac6007c49..48c10e25ae 100644
--- a/source3/nmbd/nmbd_winsserver.c
+++ b/source3/nmbd/nmbd_winsserver.c
@@ -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) ));