Commit fb33661a authored by David Gibson's avatar David Gibson

idtree: Fix misindented statement

Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 2b48199f
...@@ -135,7 +135,7 @@ restart: ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment