commit | 2ce745c06271d5223d57dbf08117b20d5b60694a | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Jul 17 17:44:30 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Wed Jul 17 21:46:11 2013 -0700 |
tree | 08ca327d1f1c8266fafb11422cfad6982f21e0bb | |
parent | fc0e3219edc9a5bf81b166e82fd5db2796eb6a0d [diff] [blame] |
Fix cpplint whitespace/braces issues Change-Id: Ide80939faf8e8690d8842dde8133902ac725ed1a
diff --git a/compiler/dex/frontend.cc b/compiler/dex/frontend.cc index 746d475..2d7c973 100644 --- a/compiler/dex/frontend.cc +++ b/compiler/dex/frontend.cc
@@ -220,7 +220,7 @@ llvm_compilation_unit)); } else #endif - { + { // NOLINT(whitespace/braces) switch (compiler.GetInstructionSet()) { case kThumb2: cu->cg.reset(ArmCodeGenerator(cu.get(), cu->mir_graph.get(), &cu->arena)); break;