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

svn-id: r49507
This commit is contained in:
Angus Lees 2010-06-08 13:27:46 +00:00
parent d72ae64e34
commit f6b02e9986

View file

@ -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;