[Scummvm-cvs-logs] SF.net SVN: scummvm:[49507] scummvm/trunk/backends/platform/android/android .cpp

anguslees at users.sourceforge.net anguslees at users.sourceforge.net
Tue Jun 8 15:27:46 CEST 2010


Revision: 49507
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49507&view=rev
Author:   anguslees
Date:     2010-06-08 13:27:46 +0000 (Tue, 08 Jun 2010)

Log Message:
-----------
Whitespace fixup in last submit.  I'll get the hang of this eventually :/

Modified Paths:
--------------
    scummvm/trunk/backends/platform/android/android.cpp

Modified: scummvm/trunk/backends/platform/android/android.cpp
===================================================================
--- scummvm/trunk/backends/platform/android/android.cpp	2010-06-08 13:25:00 UTC (rev 49506)
+++ scummvm/trunk/backends/platform/android/android.cpp	2010-06-08 13:27:46 UTC (rev 49507)
@@ -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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list