From 29f62bbed792da4236a299100d0e227df5e423a5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 8 Dec 2011 16:04:19 +0100 Subject: [PATCH] s3-dbwrap: Fix some blank line endings Signed-off-by: Michael Adam --- source3/lib/dbwrap/dbwrap_file.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source3/lib/dbwrap/dbwrap_file.c b/source3/lib/dbwrap/dbwrap_file.c index 2be7b98a7f7..8e5bcd4f830 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 . */ @@ -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; -- 2.34.1