diff options
author | Angus Lees | 2010-06-08 13:27:46 +0000 |
---|---|---|
committer | Angus Lees | 2010-06-08 13:27:46 +0000 |
commit | f6b02e9986ae8965034ffd1d2e0b895e7f115deb (patch) | |
tree | 53c3a47a0264a3248ee98c285008f61084d11bad | |
parent | d72ae64e3447ca01e308e61c320692463596fb0b (diff) | |
download | scummvm-rg350-f6b02e9986ae8965034ffd1d2e0b895e7f115deb.tar.gz scummvm-rg350-f6b02e9986ae8965034ffd1d2e0b895e7f115deb.tar.bz2 scummvm-rg350-f6b02e9986ae8965034ffd1d2e0b895e7f115deb.zip |
Whitespace fixup in last submit. I'll get the hang of this eventually :/
svn-id: r49507
-rw-r--r-- | backends/platform/android/android.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp index 5d78ead6be..7a8c976c82 100644 --- a/backends/platform/android/android.cpp +++ b/backends/platform/android/android.cpp @@ -78,8 +78,8 @@ // actually prints the assertion failure before aborting. extern "C" void __assert(const char *file, int line, const char *expr) { - __android_log_assert(expr, LOG_TAG, "%s:%d: Assertion failure: %s", - file, line, expr); + __android_log_assert(expr, LOG_TAG, "%s:%d: Assertion failure: %s", + file, line, expr); } static JavaVM *cached_jvm; |