Преглед изворни кода

Template formatting correction.

Bart Hertog пре 5 година
родитељ
комит
a6e0e9d143
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      generator/templates/TypeDefMsg.h

+ 1 - 1
generator/templates/TypeDefMsg.h

@@ -55,7 +55,7 @@ class {{ typedef.get_name() }} final: public ::EmbeddedProto::MessageInterface
     {{ msg.render(environment)|indent(4) }}
 
     {% endfor %}
-        enum class id
+    enum class id
     {
       NOT_SET = 0,
       {% for id_set in typedef.field_ids %}