aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authordhewg2011-02-18 21:38:26 +0100
committerdhewg2011-02-18 21:38:26 +0100
commit84e632cc9d62e41bd7d87530c1e5f0e0212713d2 (patch)
tree2b17c49b121a6418332dc7e51322afbc5a63bb7e /backends/platform
parent106253b8b9a2ff1e764cd8bfc4871141664eeb35 (diff)
downloadscummvm-rg350-84e632cc9d62e41bd7d87530c1e5f0e0212713d2.tar.gz
scummvm-rg350-84e632cc9d62e41bd7d87530c1e5f0e0212713d2.tar.bz2
scummvm-rg350-84e632cc9d62e41bd7d87530c1e5f0e0212713d2.zip
ANDROID: Formatting
maybe now?
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/android/android.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp
index fb004be42c..125fd629d3 100644
--- a/backends/platform/android/android.cpp
+++ b/backends/platform/android/android.cpp
@@ -101,10 +101,10 @@ static jfieldID FID_Event_mouse_relative;
static jfieldID FID_ScummVM_nativeScummVM;
static jmethodID MID_Object_wait;
-JNIEnv* JNU_GetEnv() {
- JNIEnv* env = 0;
+JNIEnv *JNU_GetEnv() {
+ JNIEnv *env = 0;
- jint res = cached_jvm->GetEnv((void**)&env, JNI_VERSION_1_2);
+ jint res = cached_jvm->GetEnv((void **)&env, JNI_VERSION_1_2);
if (res != JNI_OK) {
__android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "GetEnv() failed: %d", res);
abort();