style: operators should appear at the line end if we have to wrap.
This commit is contained in:
parent
66a9ad5d10
commit
fc35a18481
@ -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.
|
* where we decide to try and copy too much onto the left page.
|
||||||
* Make sure that doesn't happen.
|
* Make sure that doesn't happen.
|
||||||
*/
|
*/
|
||||||
if ((skip <= off && used + nbytes + sizeof(indx_t) >= full)
|
if ((skip <= off && used + nbytes + sizeof(indx_t) >= full) ||
|
||||||
|| nxt == top - 1) {
|
nxt == top - 1) {
|
||||||
--off;
|
--off;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user