mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 11:47:35 +08:00
Coding style fix in DSDL header template
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user