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; |