natMethod.cc (_Jv_CallAnyMethodA): Indentation fix.

* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA):
	Indentation fix.

From-SVN: r87825
This commit is contained in:
Tom Tromey 2004-09-21 22:23:46 +00:00 committed by Tom Tromey
parent 36952deadd
commit 3a3d022561
2 changed files with 7 additions and 1 deletions

View file

@ -485,7 +485,8 @@ _Jv_CallAnyMethodA (jobject obj,
if (iface == NULL)
ncode = vtable->get_method (meth->index);
else
ncode = _Jv_LookupInterfaceMethodIdx (vtable->clas, iface, meth->index);
ncode = _Jv_LookupInterfaceMethodIdx (vtable->clas, iface,
meth->index);
}
else
{