Chromium Code Reviews| Index: runtime/vm/class_table.cc | 
| =================================================================== | 
| --- runtime/vm/class_table.cc (revision 26375) | 
| +++ runtime/vm/class_table.cc (working copy) | 
| @@ -90,7 +90,7 @@ | 
| cls = At(i); | 
| if (cls.raw() != reinterpret_cast<RawClass*>(0)) { | 
| name = cls.Name(); | 
| - OS::Print("%"Pd": %s\n", i, name.ToCString()); | 
| + OS::Print("%" Pd ": %s\n", i, name.ToCString()); | 
| } | 
| } | 
| } |