Skip to content

Commit

Permalink
Fix m_numExtendedFields indent in CompoundConstructor.inc.ftl template
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Jul 31, 2024
1 parent 6d9fbf9 commit be11c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ${compoundConstructorsData.compoundName}::${compoundConstructorsData.compoundNam
</#if>
<#if memberInitializationMacroName != "">
<#if (num_extended_fields(compoundConstructorsData.fieldList) > 0)>
m_numExtendedFields(0)
m_numExtendedFields(0)
</#if>
<@.vars[memberInitializationMacroName] packed/>
</#if>
Expand Down

0 comments on commit be11c87

Please sign in to comment.