Skip to content

Commit 42239d6

Browse files
committed
Fix lint error
Signed-off-by: y-okumura-isp <[email protected]>
1 parent 5ceb13d commit 42239d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rcl/src/rcl/arguments.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,8 @@ rcl_arguments_fini(
11021102
}
11031103

11041104
if (NULL != args->impl->external_log_config_file) {
1105-
args->impl->allocator.deallocate(args->impl->external_log_config_file, args->impl->allocator.state);
1105+
args->impl->allocator.deallocate(args->impl->external_log_config_file,
1106+
args->impl->allocator.state);
11061107
args->impl->external_log_config_file = NULL;
11071108
}
11081109

0 commit comments

Comments
 (0)