diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-07 12:09:21 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-07 13:02:15 +0200 |
commit | 8300b255a5f88cc4ca23678595810d7caec50a00 (patch) | |
tree | 36410b2d74e0eb8f3c4f80a6056db21b9d10061d /source3/lib/conn_tdb.c | |
parent | 558ff911df1e16e28e3a1efa0849c9083d08c617 (diff) | |
download | samba-8300b255a5f88cc4ca23678595810d7caec50a00.tar.gz |
Fix some nonempty blank lines
Diffstat (limited to 'source3/lib/conn_tdb.c')
-rw-r--r-- | source3/lib/conn_tdb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/conn_tdb.c b/source3/lib/conn_tdb.c index 22d85c873d3..fc35361cac7 100644 --- a/source3/lib/conn_tdb.c +++ b/source3/lib/conn_tdb.c @@ -2,17 +2,17 @@ Unix SMB/CIFS implementation. Low-level connections.tdb access functions 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/>. */ |