diff options
author | Volker Lendecke <vl@samba.org> | 2011-10-23 20:56:08 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-10-27 20:28:31 +0200 |
commit | 22ccbf2bd4f7788d45173c6780eec6f08f3d2f3e (patch) | |
tree | f160bc2515cf1804c929cce592abf0863588af6d /source3/include | |
parent | 4b9cc8f8f9e108606fcbd78cc2226018cf622088 (diff) | |
download | samba-22ccbf2bd4f7788d45173c6780eec6f08f3d2f3e.tar.gz |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ctdbd_conn.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h index 3d712674e01..cf257bf115e 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 <http://www.gnu.org/licenses/>. */ |