summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree/bt_open.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-03-04 00:58:04 +0000
committerdelphij <delphij@FreeBSD.org>2009-03-04 00:58:04 +0000
commit60ee3b72bf398f3dd2403737817dc830d80a904f (patch)
tree756648717503997efc92e73d40047dd45f88ad87 /lib/libc/db/btree/bt_open.c
parent3b8bffce0869741be8850515a08b3660f97e8315 (diff)
downloadFreeBSD-src-60ee3b72bf398f3dd2403737817dc830d80a904f.zip
FreeBSD-src-60ee3b72bf398f3dd2403737817dc830d80a904f.tar.gz
Style changes (including additional casts to shut up warnings). This
commit does not affect MD5 of object file.
Diffstat (limited to 'lib/libc/db/btree/bt_open.c')
-rw-r--r--lib/libc/db/btree/bt_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/btree/bt_open.c b/lib/libc/db/btree/bt_open.c
index 749b7cd..fb7333e 100644
--- a/lib/libc/db/btree/bt_open.c
+++ b/lib/libc/db/btree/bt_open.c
@@ -197,7 +197,7 @@ __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int
default:
goto einval;
}
-
+
if ((t->bt_fd = _open(fname, flags, mode)) < 0)
goto err;
OpenPOWER on IntegriCloud