| Index: runtime/vm/class_table.cc
|
| diff --git a/runtime/vm/class_table.cc b/runtime/vm/class_table.cc
|
| index 9432a1beeeca0f7e8c84c3fc73ea41bd68379715..3fb80e31a136f7a66f8ce28888326ced8b423c20 100644
|
| --- a/runtime/vm/class_table.cc
|
| +++ b/runtime/vm/class_table.cc
|
| @@ -472,7 +472,7 @@ intptr_t ClassTable::CounterOffsetFor(intptr_t cid, bool is_new_space) {
|
|
|
|
|
| intptr_t ClassTable::StateOffsetFor(intptr_t cid) {
|
| - return ClassOffsetFor(cid)+ ClassHeapStats::state_offset();
|
| + return ClassOffsetFor(cid) + ClassHeapStats::state_offset();
|
| }
|
|
|
|
|
|
|