diff --git a/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/data_type_template.tmpl b/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/data_type_template.tmpl index de21d7d095..1766070b63 100644 --- a/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/data_type_template.tmpl +++ b/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/data_type_template.tmpl @@ -97,7 +97,7 @@ struct UAVCAN_EXPORT ${t.cpp_type_name} ${type_name}() % for idx,a in enumerate(fields): - ${':' if idx == 0 else ','} ${a.name}() + ${':' if idx == 0 else ','} ${a.name}() % endfor { enum { MaxByteLen = ::uavcan::BitLenToByteLen::Result };