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

Unified Diff: runtime/vm/spaces.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/source_report_test.cc ('k') | runtime/vm/stack_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/spaces.h
diff --git a/runtime/vm/spaces.h b/runtime/vm/spaces.h
index 4b94b4816aa8ae4ac5447e32de85c18af11df973..33e2031499d0917dbc278087de4ee8a92d255a0f 100644
--- a/runtime/vm/spaces.h
+++ b/runtime/vm/spaces.h
@@ -12,10 +12,7 @@ namespace dart {
// Usage statistics for a space/generation at a particular moment in time.
struct SpaceUsage {
- SpaceUsage()
- : capacity_in_words(0),
- used_in_words(0),
- external_in_words(0) {}
+ SpaceUsage() : capacity_in_words(0), used_in_words(0), external_in_words(0) {}
intptr_t capacity_in_words;
intptr_t used_in_words;
intptr_t external_in_words;
« no previous file with comments | « runtime/vm/source_report_test.cc ('k') | runtime/vm/stack_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698