Commit 3a3d0225 by Tom Tromey Committed by Tom Tromey

natMethod.cc (_Jv_CallAnyMethodA): Indentation fix.

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

From-SVN: r87825
parent 36952dea
2004-09-21 Tom Tromey <tromey@redhat.com>
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA):
Indentation fix.
2004-09-21 Michael Koch <konqueror@gmx.de>
* java/net/Socket.java
......
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment