Index: runtime/vm/os_macos.cc |
diff --git a/runtime/vm/os_macos.cc b/runtime/vm/os_macos.cc |
index f8c7caf2c410dcc58974af05f663c39f0393f246..00f96a400f33efbf6febceed1e6131c4ed702db9 100644 |
--- a/runtime/vm/os_macos.cc |
+++ b/runtime/vm/os_macos.cc |
@@ -142,7 +142,7 @@ int64_t OS::GetCurrentMonotonicMicros() { |
int64_t OS::GetCurrentThreadCPUMicros() { |
#if TARGET_OS_IOS |
// TODO(johnmccutchan): Implement this. No implementation exists in base. |
- return -1 |
+ return -1; |
#else |
mach_msg_type_number_t count = THREAD_BASIC_INFO_COUNT; |
thread_basic_info_data_t info_data; |