[style] fixup
This commit is contained in:
parent
cf450f597a
commit
8ea6b75b42
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ rcl_timer_get_time_since_last_call(const rcl_timer_t * timer, uint64_t * time_si
|
||||||
return ret; // rcl error state should already be set.
|
return ret; // rcl error state should already be set.
|
||||||
}
|
}
|
||||||
*time_since_last_call =
|
*time_since_last_call =
|
||||||
(now.nanoseconds - rcl_atomic_load_uint64_t(&timer->impl->last_call_time));
|
now.nanoseconds - rcl_atomic_load_uint64_t(&timer->impl->last_call_time);
|
||||||
return RCL_RET_OK;
|
return RCL_RET_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue