s3-dbwrap: Fix some blank line endings
authorVolker Lendecke <vl@samba.org>
Thu, 8 Dec 2011 15:04:19 +0000 (16:04 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 15 Dec 2011 15:00:46 +0000 (16:00 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/lib/dbwrap/dbwrap_file.c

index 2be7b98a7f76687935698d79d8978b11a1d30619..8e5bcd4f830b177415fdb4d401312ec89fbc241b 100644 (file)
@@ -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;