summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/dex_file_to_method_inliner_map.cc
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2013-11-18 09:49:33 -0800
committerMathieu Chartier <mathieuc@google.com>2013-11-18 09:49:33 -0800
commite4a50ee34695a9d90cf03fbb1e8afd1e434f6ee1 (patch)
tree4b679a2967b43d8be6b63cb15d0bd54b6cb852e2 /compiler/dex/quick/dex_file_to_method_inliner_map.cc
parent259b592d2f61aa8addd3f6d8aa04523773f1008a (diff)
downloadart-e4a50ee34695a9d90cf03fbb1e8afd1e434f6ee1.tar.gz
art-e4a50ee34695a9d90cf03fbb1e8afd1e434f6ee1.tar.bz2
art-e4a50ee34695a9d90cf03fbb1e8afd1e434f6ee1.zip
Fix build.
cpplint errors. Change-Id: I11141f6e19b56a3f53d6e52f3013f4d20f33f102
Diffstat (limited to 'compiler/dex/quick/dex_file_to_method_inliner_map.cc')
-rw-r--r--compiler/dex/quick/dex_file_to_method_inliner_map.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/dex/quick/dex_file_to_method_inliner_map.cc b/compiler/dex/quick/dex_file_to_method_inliner_map.cc
index 38022d2142..56a42bc3db 100644
--- a/compiler/dex/quick/dex_file_to_method_inliner_map.cc
+++ b/compiler/dex/quick/dex_file_to_method_inliner_map.cc
@@ -32,8 +32,7 @@ namespace art {
DexFileToMethodInlinerMap::DexFileToMethodInlinerMap(const CompilerDriver* compiler)
: compiler_(compiler),
- mutex_("inline_helper_mutex")
-{
+ mutex_("inline_helper_mutex") {
}
DexFileToMethodInlinerMap::~DexFileToMethodInlinerMap() {