Browse Source

idtree: Fix misindented statement

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
David Gibson 10 years ago
parent
commit
fb33661a05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/idtree/idtree.c

+ 1 - 1
ccan/idtree/idtree.c

@@ -135,7 +135,7 @@ restart:
 			 */
 			 */
 			sh = IDTREE_BITS * (l + 1);
 			sh = IDTREE_BITS * (l + 1);
 			if (oid >> sh == id >> sh)
 			if (oid >> sh == id >> sh)
-			continue;
+				continue;
 			else
 			else
 				goto restart;
 				goto restart;
 		}
 		}