From fb33661a05d2e42b675f4d84718312b400ae52a4 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 28 Jan 2016 00:14:43 +1100 Subject: [PATCH] idtree: Fix misindented statement Signed-off-by: David Gibson --- 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 48add6a8..5bd88822 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.39.2