From 60ee3b72bf398f3dd2403737817dc830d80a904f Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 4 Mar 2009 00:58:04 +0000 Subject: Style changes (including additional casts to shut up warnings). This commit does not affect MD5 of object file. --- lib/libc/db/btree/bt_split.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/db/btree/bt_split.c') diff --git a/lib/libc/db/btree/bt_split.c b/lib/libc/db/btree/bt_split.c index 20d37a0..8fbc2f0 100644 --- a/lib/libc/db/btree/bt_split.c +++ b/lib/libc/db/btree/bt_split.c @@ -149,7 +149,7 @@ __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL) goto err2; - /* + /* * The new key goes ONE AFTER the index, because the split * was to the right. */ -- cgit v1.1