Autoformat using tab characters

This commit is contained in:
Pazaz 2022-06-27 20:30:17 -04:00
parent 0b44eca4ba
commit a3b7beeed7
278 changed files with 22710 additions and 22769 deletions

View file

@ -3,6 +3,6 @@ package rt4;
import org.openrs2.deob.annotation.OriginalMember;
public class HitBarList {
@OriginalMember(owner = "client!fm", name = "S", descriptor = "Lclient!n;")
public static final SoftLruHashTable hitBars = new SoftLruHashTable(4);
@OriginalMember(owner = "client!fm", name = "S", descriptor = "Lclient!n;")
public static final SoftLruHashTable hitBars = new SoftLruHashTable(4);
}