diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-08 16:04:19 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-12-15 16:00:46 +0100 |
commit | 29f62bbed792da4236a299100d0e227df5e423a5 (patch) | |
tree | c3786d5cabcc230d9bae4639b025d8bb6bf3b51d /source3/lib/dbwrap | |
parent | 098048a89c4ce14b17a0151dcb64c7cdf06f4152 (diff) | |
download | samba-29f62bbed792da4236a299100d0e227df5e423a5.tar.gz samba-29f62bbed792da4236a299100d0e227df5e423a5.tar.bz2 samba-29f62bbed792da4236a299100d0e227df5e423a5.zip |
s3-dbwrap: Fix some blank line endings
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/dbwrap')
-rw-r--r-- | source3/lib/dbwrap/dbwrap_file.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/lib/dbwrap/dbwrap_file.c b/source3/lib/dbwrap/dbwrap_file.c index 2be7b98a7f..8e5bcd4f83 100644 --- a/source3/lib/dbwrap/dbwrap_file.c +++ b/source3/lib/dbwrap/dbwrap_file.c @@ -1,18 +1,18 @@ -/* +/* Unix SMB/CIFS implementation. Database interface using a file per record Copyright (C) Volker Lendecke 2005 - + 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/>. */ @@ -254,7 +254,7 @@ static int db_file_traverse(struct db_context *db, struct db_file_ctx *ctx = talloc_get_type_abort(db->private_data, struct db_file_ctx); TALLOC_CTX *mem_ctx = talloc_init("traversal %s\n", ctx->dirname); - + int i; int count = 0; |