Coding style fix in DSDL header template

This commit is contained in:
Pavel Kirienko
2014-04-18 20:23:34 +04:00
parent c9ede31d56
commit ed2ad4b4c9
@@ -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<MaxBitLen>::Result };