Skip to content

Commit bca8dad

Browse files
committed
Remove tab indent
Signed-off-by: y-okumura-isp <[email protected]>
1 parent 142ef35 commit bca8dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcl_yaml_param_parser/src/parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ static rcutils_ret_t parse_key(
13451345
break;
13461346
}
13471347

1348-
allocator.deallocate(node_name_ns, allocator.state);
1348+
allocator.deallocate(node_name_ns, allocator.state);
13491349

13501350
ret = rem_name_from_ns(ns_tracker, NS_TYPE_NODE, allocator);
13511351
if (RCUTILS_RET_OK != ret) {

0 commit comments

Comments
 (0)