Index: runtime/vm/timer.cc |
=================================================================== |
--- runtime/vm/timer.cc (revision 26375) |
+++ runtime/vm/timer.cc (working copy) |
@@ -26,7 +26,7 @@ |
#define TIMER_FIELD_REPORT(name, msg) \ |
if (name().enabled() && name().message() != NULL) { \ |
- OS::Print("%s %"Pd64" micros.\n", \ |
+ OS::Print("%s %" Pd64 " micros.\n", \ |
name().message(), \ |
name().TotalElapsedTime()); \ |
} |