Cosmetics: indentation fixes

This commit is contained in:
igor%mir2.org 2003-10-20 14:02:53 +00:00
parent 316910e7cd
commit 36c079aa4c

View File

@ -259,7 +259,7 @@ public class ObjToIntMap implements Serializable {
int hash = key.hashCode();
int fraction = hash * A;
int index = fraction >>> (32 - power);
Object test = keys[index];
Object test = keys[index];
if (test != null) {
int N = 1 << power;
if (test == key