chiark
/
gitweb
/
~mdw
/
xyla
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1fbb4c
)
rbtree.c (rbtree_splitroot): Zap spurious space.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 20 Aug 2024 18:51:18 +0000
(19:51 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 20 Aug 2024 19:20:38 +0000
(20:20 +0100)
rbtree.c
patch
|
blob
|
blame
|
history
diff --git
a/rbtree.c
b/rbtree.c
index 3054a04120150a2a8c74cf0dbb9fed517695b2ef..4999beacfe84c0f1ce7b97dffb69bd69f7d4a946 100644
(file)
--- a/
rbtree.c
+++ b/
rbtree.c
@@
-1262,7
+1262,7
@@
void *rbtree_splitat(struct bstree_nodecls *cls,
void *rbtree_splitroot(struct bstnode **left_out, int *lht_out,
int *mht_out,
struct bstnode **right_out, int *rht_out,
- struct bstnode **root, int blkht)
+ struct bstnode **root, int blkht)
{
struct rbnode *left, *right, *node;
int lht, rht;