summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-06-24 01:14:17 +0000
committerdelphij <delphij@FreeBSD.org>2009-06-24 01:14:17 +0000
commitf58c02a24167ed88b74fe30fbdccc619e10aa189 (patch)
treecafbe0250780abdd3d5bb11d0d8963c5968f8b48 /lib
parentcd013e5e1ec07b99efa32549c49105ec9b43f500 (diff)
downloadFreeBSD-src-f58c02a24167ed88b74fe30fbdccc619e10aa189.zip
FreeBSD-src-f58c02a24167ed88b74fe30fbdccc619e10aa189.tar.gz
style: operators should appear at the line end if we have to wrap.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/btree/bt_split.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/btree/bt_split.c b/lib/libc/db/btree/bt_split.c
index 18cd0ed..f9cb4d6 100644
--- a/lib/libc/db/btree/bt_split.c
+++ b/lib/libc/db/btree/bt_split.c
@@ -644,8 +644,8 @@ bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen)
* where we decide to try and copy too much onto the left page.
* Make sure that doesn't happen.
*/
- if ((skip <= off && used + nbytes + sizeof(indx_t) >= full)
- || nxt == top - 1) {
+ if ((skip <= off && used + nbytes + sizeof(indx_t) >= full) ||
+ nxt == top - 1) {
--off;
break;
}
OpenPOWER on IntegriCloud