ANDROID: Formatting/whitespaces

This commit is contained in:
dhewg 2011-03-03 11:20:37 +01:00
parent f9354eb4d8
commit 1e3c96b3ef
7 changed files with 31 additions and 18 deletions

View file

@ -90,9 +90,9 @@ const JNINativeMethod JNI::_natives[] = {
{ "destroy", "()V",
(void *)JNI::destroy },
{ "setSurface", "(II)V",
(void *)JNI::setSurface },
(void *)JNI::setSurface },
{ "main", "([Ljava/lang/String;)I",
(void *)JNI::main },
(void *)JNI::main },
{ "pushEvent", "(Lorg/inodes/gus/scummvm/Event;)V",
(void *)JNI::pushEvent },
{ "enableZoning", "(Z)V",