summaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2020-03-17 15:42:27 -0700
committerGitHub <[email protected]>2020-03-17 15:42:27 -0700
commit6b7028ec5189386e73b978fa68ce2a0d22ec0343 (patch)
tree25ae2d71918446e10ead4ee267583034bbd35182 /tests/zfs-tests
parent7145123b0ae4d625a419ee357a0df9467b1e8311 (diff)
Fix cstyle warnings
Fix minor cstyle warnings accidentally introduced by 7145123b. Reviewed-by: Paul Dagnelie <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #10143
Diffstat (limited to 'tests/zfs-tests')
-rw-r--r--tests/zfs-tests/cmd/libzfs_input_check/libzfs_input_check.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/zfs-tests/cmd/libzfs_input_check/libzfs_input_check.c b/tests/zfs-tests/cmd/libzfs_input_check/libzfs_input_check.c
index cb73df59b..47e8ff5e2 100644
--- a/tests/zfs-tests/cmd/libzfs_input_check/libzfs_input_check.c
+++ b/tests/zfs-tests/cmd/libzfs_input_check/libzfs_input_check.c
@@ -556,7 +556,8 @@ test_recv_new(const char *dataset, int fd)
fnvlist_add_boolean(optional, "resumable");
fnvlist_add_uint64(optional, "action_handle", *action_handle);
#endif
- IOC_INPUT_TEST(ZFS_IOC_RECV_NEW, dataset, required, optional, ZFS_ERR_STREAM_TRUNCATED);
+ IOC_INPUT_TEST(ZFS_IOC_RECV_NEW, dataset, required, optional,
+ ZFS_ERR_STREAM_TRUNCATED);
nvlist_free(props);
nvlist_free(optional);