commit | f69863b3039fc621ff4250e262d2a024d5e79ec8 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Jul 17 21:53:13 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Wed Jul 17 23:23:12 2013 -0700 |
tree | b6d40c4019de2155f8753f83b4750bd3a3514d7a | |
parent | 93ba893c20532990a430741e0a97212900094e8c [diff] [blame] |
Fix cpplint whitespace/newline issues Change-Id: Ie2049d9f667339e41f36c4f5d09f0d10d8d2c762
diff --git a/runtime/gc/heap.cc b/runtime/gc/heap.cc index 85b7bf0..deb1b8c 100644 --- a/runtime/gc/heap.cc +++ b/runtime/gc/heap.cc
@@ -1538,7 +1538,7 @@ gc_complete_cond_->Wait(self); } last_gc_type = last_gc_type_; - wait_time = NanoTime() - wait_start;; + wait_time = NanoTime() - wait_start; total_wait_time_ += wait_time; } if (wait_time > kLongGcPauseThreshold) {