Chromium Code Reviews| Index: runtime/vm/boolfield.h |
| diff --git a/runtime/vm/boolfield.h b/runtime/vm/boolfield.h |
| index 6cd45ba5edb1dbcf8260917b8f4d369f2f6604db..fe20f5b0e5b6946cb981128a6e1988b60dbad0fd 100644 |
| --- a/runtime/vm/boolfield.h |
| +++ b/runtime/vm/boolfield.h |
| @@ -11,7 +11,7 @@ namespace dart { |
| // BoolField is a template for encoding and decoding a bit inside an |
| // unsigned machine word. |
| -template<int position> |
| +template <int position> |
| class BoolField { |
| public: |
| // Returns a uword with the bool value encoded. |