We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c5c9a commit 985e6ecCopy full SHA for 985e6ec
rclc/ping_uros_agent/main.c
@@ -43,10 +43,10 @@ int usage()
43
44
void timer_callback(rcl_timer_t * timer, int64_t last_call_time)
45
{
46
- (void) last_call_time;
47
- if (NULL != timer) {
48
- RCSOFTCHECK(rcl_publish(&publisher, &msg, NULL));
49
- printf("Sent: '%s'\n", msg.data.data);
+ (void) last_call_time;
+ if (NULL != timer) {
+ RCSOFTCHECK(rcl_publish(&publisher, &msg, NULL));
+ printf("Sent: '%s'\n", msg.data.data);
50
51
/**
52
* If agent suddently goes down, we will exit the application.
@@ -61,7 +61,7 @@ void timer_callback(rcl_timer_t * timer, int64_t last_call_time)
61
} else {
62
printf("Agent is still up!\n\n");
63
}
64
- }
+ }
65
66
67
int main(int argc, char ** argv)
0 commit comments