]> git.ozlabs.org Git - ccan/commitdiff
idtree: Fix misindented statement
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 27 Jan 2016 13:14:43 +0000 (00:14 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 2 Feb 2016 12:00:06 +0000 (23:00 +1100)
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
ccan/idtree/idtree.c

index 48add6a8ac4fa917751ac92a06709a730b9e0ba6..5bd8882220868d02d4d172ded3967643f6507b17 100644 (file)
@@ -135,7 +135,7 @@ restart:
                         */
                        sh = IDTREE_BITS * (l + 1);
                        if (oid >> sh == id >> sh)
-                       continue;
+                               continue;
                        else
                                goto restart;
                }