diff options
author | Volker Lendecke <vl@samba.org> | 2011-06-25 15:14:25 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-08-25 21:36:18 +0200 |
commit | 16888be44a9d75f2770e4e7271d4a8d1b3e837f1 (patch) | |
tree | 580b0bf567921b9b293ee951488a537f6e7b0fdc /source3/lib | |
parent | 50e30afa608dfdeae8a260730ead9761ed424dad (diff) | |
download | samba-16888be44a9d75f2770e4e7271d4a8d1b3e837f1.tar.gz samba-16888be44a9d75f2770e4e7271d4a8d1b3e837f1.tar.bz2 samba-16888be44a9d75f2770e4e7271d4a8d1b3e837f1.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/messages_ctdbd.c | 6 |
1 files changed, 3 insertions, 3 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/>. */ |