From 84e632cc9d62e41bd7d87530c1e5f0e0212713d2 Mon Sep 17 00:00:00 2001 From: dhewg Date: Fri, 18 Feb 2011 21:38:26 +0100 Subject: ANDROID: Formatting maybe now? --- backends/platform/android/android.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/platform/android') 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(); -- cgit v1.2.3