Chromium Code Reviews| Index: runtime/bin/io_in.cc |
| =================================================================== |
| --- runtime/bin/io_in.cc (revision 4280) |
| +++ runtime/bin/io_in.cc (working copy) |
| @@ -9,6 +9,6 @@ |
| // The string on the next line will be filled in with the contents of |
| // the dart files of the dart:io library. |
| -const char Builtin::io_source_[] = |
| -{{DART_SOURCE}} |
| - ; /* NOLINT */ |
| +const char Builtin::io_source_[] = { |
| + {{DART_SOURCE}} |
| +}; |