Skip to content

Commit 0de4bfd

Browse files
committed
Refs #21128: Apply rev suggestion
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent c1ca58f commit 0de4bfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/eprosima/fastcdr/idl/templates/TypesHeader.stg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import "FastCdrCommon.stg"
2020
main(ctx, definitions) ::= <<
2121
$fileHeader(ctx=ctx, file=[ctx.filename, ".hpp"], description=["This header file contains the declaration of the described types in the IDL file."])$
2222

23-
#ifndef _FAST_DDS_GENERATED_$ctx.headerGuardName$_HPP_
24-
#define _FAST_DDS_GENERATED_$ctx.headerGuardName$_HPP_
23+
#ifndef FAST_DDS_GENERATED__$ctx.headerGuardName$_HPP
24+
#define FAST_DDS_GENERATED__$ctx.headerGuardName$_HPP
2525

2626
$if(ctx.thereIsArray)$
2727
#include <array>

0 commit comments

Comments
 (0)