From d5fe21c0037bdf7c95b1219911a3a5af6ee74b83 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 31 Oct 2011 12:41:09 +0100 Subject: s3: Fix some nonempty blank lines Autobuild-User: Volker Lendecke Autobuild-Date: Mon Oct 31 14:25:14 CET 2011 on sn-devel-104 --- source3/lib/messages.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source3/lib/messages.c') diff --git a/source3/lib/messages.c b/source3/lib/messages.c index 36c34b6d48..ab655af574 100644 --- a/source3/lib/messages.c +++ b/source3/lib/messages.c @@ -5,17 +5,17 @@ Copyright (C) 2001 by Martin Pool Copyright (C) 2002 by Jeremy Allison 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 . */ @@ -24,7 +24,7 @@ @defgroup messages Internal messaging framework @{ @file messages.c - + @brief Module for internal messaging between Samba daemons. The idea is that if a part of Samba wants to do communication with @@ -115,7 +115,7 @@ static int traverse_fn(struct db_record *rec, const struct server_id *id, (const uint8 *)msg_all->buf, msg_all->len); if (NT_STATUS_EQUAL(status, NT_STATUS_INVALID_HANDLE)) { - + /* * If the pid was not found delete the entry from * serverid.tdb -- cgit