minor reformating

This commit is contained in:
SpaceToad 2014-04-26 10:21:54 +02:00
parent 2ce577bd39
commit 35791deb88

View file

@ -84,8 +84,10 @@ public class ReflectMjAPI {
} }
public static BatteryObject getMjBattery (Object o) { public static BatteryObject getMjBattery (Object o) {
if (o == null) if (o == null) {
return null; return null;
}
BatteryField f = getMjBattery (o.getClass()); BatteryField f = getMjBattery (o.getClass());
if (f == null) { if (f == null) {