[ccan] [PATCH 4/5] idtree: Fix misindented statement
David Gibson
david at gibson.dropbear.id.au
Thu Jan 28 00:53:31 AEDT 2016
Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
ccan/idtree/idtree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ccan/idtree/idtree.c b/ccan/idtree/idtree.c
index 48add6a..5bd8882 100644
--- a/ccan/idtree/idtree.c
+++ b/ccan/idtree/idtree.c
@@ -135,7 +135,7 @@ restart:
*/
sh = IDTREE_BITS * (l + 1);
if (oid >> sh == id >> sh)
- continue;
+ continue;
else
goto restart;
}
--
2.5.0
More information about the ccan
mailing list