summaryrefslogtreecommitdiff
path: root/lib/tdb/tools/tdbdump.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-03-18 14:39:04 +0100
committerStefan Metzmacher <metze@samba.org>2013-03-26 10:11:48 +0100
commitc8c0bf74805c61b1379dab1d4529df0004872bb4 (patch)
tree0e68bea6115c3695b2b488f2441ed2d5ddc7115f /lib/tdb/tools/tdbdump.c
parenta92c08e18bca2f1db671dc5e2d0db4adbf39752d (diff)
downloadsamba-c8c0bf74805c61b1379dab1d4529df0004872bb4.tar.gz
samba-c8c0bf74805c61b1379dab1d4529df0004872bb4.tar.bz2
samba-c8c0bf74805c61b1379dab1d4529df0004872bb4.zip
tdb: Fix blank line endings
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/tdb/tools/tdbdump.c')
-rw-r--r--lib/tdb/tools/tdbdump.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tdb/tools/tdbdump.c b/lib/tdb/tools/tdbdump.c
index 47a84d286b..e66ea5685b 100644
--- a/lib/tdb/tools/tdbdump.c
+++ b/lib/tdb/tools/tdbdump.c
@@ -1,4 +1,4 @@
-/*
+/*
Unix SMB/CIFS implementation.
simple tdb dump util
Copyright (C) Andrew Tridgell 2001
@@ -7,12 +7,12 @@
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/>.
*/
@@ -99,7 +99,7 @@ static int dump_tdb(const char *fname, const char *keyname, bool emergency)
TDB_CONTEXT *tdb;
TDB_DATA key, value;
struct tdb_logging_context logfn = { log_stderr };
-
+
tdb = tdb_open_ex(fname, 0, 0, O_RDONLY, 0, &logfn, NULL);
if (!tdb) {
printf("Failed to open %s\n", fname);