Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: WATANABE Aoi <40206149+m12watanabe1a@users.noreply.github.com>
  • Loading branch information
m12watanabe1a authored Apr 30, 2024
1 parent 4dea644 commit 55d5541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rosidl_runtime_c/src/string_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ rosidl_runtime_c__String__copy(
output, input->data, input->size);
}

bool rosidl_runtime_c__String__resize(
bool
rosidl_runtime_c__String__resize(
rosidl_runtime_c__String *str, size_t n)
{
if(!str) {
Expand Down

0 comments on commit 55d5541

Please sign in to comment.