From a92c08e18bca2f1db671dc5e2d0db4adbf39752d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 18 Mar 2013 10:53:49 +0100 Subject: [PATCH] tdb: Little format change Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- lib/tdb/common/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tdb/common/io.c b/lib/tdb/common/io.c index b9caffb1e55..7e29c38440f 100644 --- a/lib/tdb/common/io.c +++ b/lib/tdb/common/io.c @@ -84,7 +84,7 @@ static int tdb_oob(struct tdb_context *tdb, tdb_off_t off, tdb_len_t len, } tdb->map_size = st.st_size; if (tdb_mmap(tdb) != 0) { - return - 1; + return -1; } if (st.st_size < (size_t)off + len) { -- 2.34.1