Add semicolons to all RCLCPP and RCUTILS macros. (#565)
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
This commit is contained in:
parent
eb439ddc73
commit
b3cbf06c09
2 changed files with 10 additions and 10 deletions
|
@ -362,7 +362,7 @@ NodeParameters::register_param_change_callback(ParametersCallbackFunction callba
|
|||
{
|
||||
if (parameters_callback_) {
|
||||
RCUTILS_LOG_WARN("param_change_callback already registered, "
|
||||
"overwriting previous callback")
|
||||
"overwriting previous callback");
|
||||
}
|
||||
parameters_callback_ = callback;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue