From 22ccbf2bd4f7788d45173c6780eec6f08f3d2f3e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 23 Oct 2011 20:56:08 +0200 Subject: s3: Fix some nonempty blank lines --- source3/include/ctdbd_conn.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h index 3d712674e0..cf257bf115 100644 --- a/source3/include/ctdbd_conn.h +++ b/source3/include/ctdbd_conn.h @@ -2,17 +2,17 @@ Unix SMB/CIFS implementation. Samba3 ctdb connection handling Copyright (C) Volker Lendecke 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 . */ -- cgit