| Index: tools/json_schema_compiler/h_generator.py
|
| diff --git a/tools/json_schema_compiler/h_generator.py b/tools/json_schema_compiler/h_generator.py
|
| index 33d7a6e55c1fa87d1bd4e5f87684d9c9e143803d..566df071cd83b49026e454bd08353b5b8530b263 100644
|
| --- a/tools/json_schema_compiler/h_generator.py
|
| +++ b/tools/json_schema_compiler/h_generator.py
|
| @@ -289,7 +289,7 @@ class _Generator(object):
|
| .Append()
|
| .Concat(self._GenerateEventNameConstant(event))
|
| .Concat(self._GenerateCreateCallbackArguments(event))
|
| - .Eblock('} // namespace %s' % event_namespace)
|
| + .Append('} // namespace %s' % event_namespace)
|
| )
|
| return c
|
|
|
|
|