Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: runtime/vm/bit_vector.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/bit_set_test.cc ('k') | runtime/vm/bit_vector_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bit_vector.h
diff --git a/runtime/vm/bit_vector.h b/runtime/vm/bit_vector.h
index e1c133a17740d34cc4a575d860a19c77325c57a6..b04c6ecbbd3ab4596d60260b1765c22a44516e0a 100644
--- a/runtime/vm/bit_vector.h
+++ b/runtime/vm/bit_vector.h
@@ -25,7 +25,7 @@ class BitVector : public ZoneAllocated {
ASSERT(target->data_length_ > 0);
Advance();
}
- ~Iterator() { }
+ ~Iterator() {}
bool Done() const { return word_index_ >= target_->data_length_; }
void Advance();
« no previous file with comments | « runtime/vm/bit_set_test.cc ('k') | runtime/vm/bit_vector_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698