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

Unified Diff: runtime/vm/fixed_cache.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 months 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/exceptions_test.cc ('k') | runtime/vm/fixed_cache_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/fixed_cache.h
diff --git a/runtime/vm/fixed_cache.h b/runtime/vm/fixed_cache.h
index 2d6e00a7507b60fa915f4c78c370a5addbe6df37..1af3a93cf90d8355b3603bab1b9b00e89feff037 100644
--- a/runtime/vm/fixed_cache.h
+++ b/runtime/vm/fixed_cache.h
@@ -53,9 +53,7 @@ class FixedCache {
pairs_[i].value = value;
}
- void Clear() {
- length_ = 0;
- }
+ void Clear() { length_ = 0; }
private:
intptr_t LowerBound(K key) {
« no previous file with comments | « runtime/vm/exceptions_test.cc ('k') | runtime/vm/fixed_cache_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698