diff options
author | 2013-07-17 23:40:20 -0700 | |
---|---|---|
committer | 2013-07-18 00:12:43 -0700 | |
commit | 0cd7ec2dcd8d7ba30bf3ca420b40dac52849876c (patch) | |
tree | 525a0f99f9381156367c988133b5d51d5dfef6f7 /runtime/debugger.cc | |
parent | f69863b3039fc621ff4250e262d2a024d5e79ec8 (diff) |
Fix cpplint whitespace/blank_line issues
Change-Id: Ice937e95e23dd622c17054551d4ae4cebd0ef8a2
Diffstat (limited to 'runtime/debugger.cc')
-rw-r--r-- | runtime/debugger.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/debugger.cc b/runtime/debugger.cc index 5a31c87935..b502c9ab58 100644 --- a/runtime/debugger.cc +++ b/runtime/debugger.cc @@ -155,7 +155,6 @@ class DebugInstrumentationListener : public instrumentation::InstrumentationList SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { Dbg::PostException(thread, throw_location, catch_method, catch_dex_pc, exception_object); } - } gDebugInstrumentationListener; // JDWP is allowed unless the Zygote forbids it. @@ -761,7 +760,6 @@ JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, JDWP::ObjectI JDWP::JdwpError Dbg::GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids, std::vector<uint64_t>& counts) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { - std::vector<mirror::Class*> classes; counts.clear(); for (size_t i = 0; i < class_ids.size(); ++i) { |