Skip to content

Commit

Permalink
Remove tab indent
Browse files Browse the repository at this point in the history
Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
  • Loading branch information
y-okumura-isp committed Feb 3, 2020
1 parent 142ef35 commit bca8dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl_yaml_param_parser/src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ static rcutils_ret_t parse_key(
break;
}

allocator.deallocate(node_name_ns, allocator.state);
allocator.deallocate(node_name_ns, allocator.state);

ret = rem_name_from_ns(ns_tracker, NS_TYPE_NODE, allocator);
if (RCUTILS_RET_OK != ret) {
Expand Down

0 comments on commit bca8dad

Please sign in to comment.