Skip to content

Commit d694b6f

Browse files
committed
fix code style
Signed-off-by: Raphael van Kempen <raphael.vankempen@ika.rwth-aachen.de>
1 parent c6fda9e commit d694b6f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tracetools/include/tracetools/tp_call.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ TRACEPOINT_EVENT(
632632
#ifdef __clang__
633633
# pragma clang diagnostic pop
634634
#endif
635+
635636
#endif // _TRACETOOLS__TP_CALL_H_
636637

637638
#include <lttng/tracepoint-event.h>

tracetools/include/tracetools/tracetools.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ _DECLARE_TRACEPOINT(
750750
/// `message_link_partial_sync`
751751
/**
752752
* Message link annotation for 2-to-M link.
753-
*
753+
*
754754
* \param[in] subs pointers to the `rcl` handles of the subscriptions in the link
755755
* \param[in] num_subs the number of subscriptions in the link
756756
* \param[in] pubs pointers to the `rcl` handles of the publishers in the link

tracetools/src/tracetools.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ bool ros_trace_runtime_status(void)
571571
#ifdef __clang__
572572
# pragma clang diagnostic pop
573573
#endif
574+
574575
#ifndef _WIN32
575576
# pragma GCC diagnostic pop
576577
#else

0 commit comments

Comments
 (0)