[PATCH 4/5] idtree: Fix misindented statement

David Gibson <[email protected]> Thu, 28 Jan 2016 00:53:31 +1100
Newsgroups org.ozlabs.lists.ccan
Message-ID <[email protected]>
Signed-off-by: David Gibson <[email protected]>
---
 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

_______________________________________________
ccan mailing list
[email protected]
https://lists.ozlabs.org/listinfo/ccan