Skip to content

Commit 07e07a3

Browse files
committed
Refs #25536. Remove unnecessary braces.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 998ab40 commit 07e07a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/eprosima/fastdds/idl/templates/TypesCdrAuxHeaderImpl.stg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ eProsima_user_DllExport void deserialize(
119119

120120
$struct.allMembers : { member |
121121
$if(member.annotationDefault)$
122-
data.$member.name$({$member.annotationDefaultValue$$if(member.typecode.isType_5)$f$endif$\});
122+
data.$member.name$($member.annotationDefaultValue$$if(member.typecode.isType_5)$f$endif$);
123123
$elseif(member.annotationOptional)$
124124
data.$member.name$().reset();
125125
$elseif(!member.annotationExternal)$

0 commit comments

Comments
 (0)