1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-28 09:49:30 +03:00

util: Fix indentation

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Martin Schwenke
2014-08-06 11:57:06 +10:00
committed by Volker Lendecke
parent 7f59711f07
commit 427afe2655

View File

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