Skip to content

Commit

Permalink
Refs #21128: Apply rev suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 26, 2024
1 parent c1ca58f commit 0de4bfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import "FastCdrCommon.stg"
main(ctx, definitions) ::= <<
$fileHeader(ctx=ctx, file=[ctx.filename, ".hpp"], description=["This header file contains the declaration of the described types in the IDL file."])$

#ifndef _FAST_DDS_GENERATED_$ctx.headerGuardName$_HPP_
#define _FAST_DDS_GENERATED_$ctx.headerGuardName$_HPP_
#ifndef FAST_DDS_GENERATED__$ctx.headerGuardName$_HPP
#define FAST_DDS_GENERATED__$ctx.headerGuardName$_HPP

$if(ctx.thereIsArray)$
#include <array>
Expand Down

0 comments on commit 0de4bfd

Please sign in to comment.