Skip to content

Commit d516bf8

Browse files
committed
Uncrustify
Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent 327635a commit d516bf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/fastrtps/config.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
// Log Info
8686
#ifndef FASTDDS_ENFORCE_LOG_INFO
8787
#cmakedefine FASTDDS_ENFORCE_LOG_INFO
88-
#endif
88+
#endif // ifndef FASTDDS_ENFORCE_LOG_INFO
8989
#ifndef HAVE_LOG_NO_INFO
9090
#define HAVE_LOG_NO_INFO @HAVE_LOG_NO_INFO@
9191
#endif /* ifndef HAVE_LOG_NO_INFO */
@@ -128,7 +128,7 @@
128128
#define FASTDDS_SER_METHOD_DEPRECATED(major, entity_name, msg) FASTDDS_DEPRECATED_UNTIL(major, entity_name, msg)
129129
#else
130130
#define FASTDDS_SER_METHOD_DEPRECATED(major, entity_name, msg)
131-
#endif
131+
#endif // if FASTCDR_VERSION_MAJOR > 1
132132

133133
#if defined(_MSC_VER) && !defined(__clang__)
134134
# define FASTDDS_UNREACHABLE() __assume(0)

0 commit comments

Comments
 (0)