commit | ab880f4371e1ae5239c1b887911bd88f0c216a3d | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Thu May 12 16:24:36 2016 +0100 |
committer | Roland Levillain <rpl@google.com> | Mon May 16 15:56:23 2016 +0100 |
tree | 2e13093b2255369257844865db39c56816dfb054 | |
parent | 2273f678ea3a55ec0f6b3b8c29c1e5100d6fc846 [diff] [blame] |
Typos and stylistic fixes. Change-Id: I1c88af9bd1d2cac6c803c8c61088c569a3847e01
diff --git a/runtime/common_throws.cc b/runtime/common_throws.cc index b4208fe..f8e32c4 100644 --- a/runtime/common_throws.cc +++ b/runtime/common_throws.cc
@@ -143,7 +143,8 @@ va_list args; va_start(args, fmt); ThrowException("Ljava/lang/ClassFormatError;", referrer, fmt, &args); - va_end(args);} + va_end(args); +} // IllegalAccessError