natMethod.cc (_Jv_CallAnyMethodA): Indentation fix.
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Indentation fix. From-SVN: r87825
This commit is contained in:
parent
36952deadd
commit
3a3d022561
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue