From aeb734a8fa7e8db8ef699bd4251a7a510305b55a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 10 Dec 2001 04:59:17 +0000 Subject: Formatting fixup. (This used to be commit d902baf70970f0358e825cd520b1794fd46465f0) --- source3/tdb/tdbtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/tdb/tdbtool.c') diff --git a/source3/tdb/tdbtool.c b/source3/tdb/tdbtool.c index 5ed0cec5d9..c25e9ac248 100644 --- a/source3/tdb/tdbtool.c +++ b/source3/tdb/tdbtool.c @@ -311,7 +311,7 @@ static int print_rec(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *state) #else printf("\nkey %d bytes\n", key.dsize); print_asc(key.dptr, key.dsize); - printf("data %d bytes\n", dbuf.dsize); + printf("\ndata %d bytes\n", dbuf.dsize); print_data(dbuf.dptr, dbuf.dsize); return 0; #endif -- cgit