summaryrefslogtreecommitdiffstats
path: root/src/H5Stest.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-07 04:53:17 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-07 04:53:17 (GMT)
commit65348454e24fdd8e5656bd3680edd7a3c1273706 (patch)
treeff330da7a2e1821a54887adbbdf6eb655718f555 /src/H5Stest.c
parent91a5eb2cd9fef54b13402e2a11e10ce98f8a3d1f (diff)
downloadhdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.zip
hdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.tar.gz
hdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Stest.c')
-rw-r--r--src/H5Stest.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/H5Stest.c b/src/H5Stest.c
index 2782086..6a31f3c 100644
--- a/src/H5Stest.c
+++ b/src/H5Stest.c
@@ -190,7 +190,8 @@ H5S__check_spans_tail_ptr(const H5S_hyper_span_info_t *span_lst)
cur_elem = cur_elem->next;
} /* end while */
if (actual_tail != span_lst->tail)
- HGOTO_ERROR(H5E_DATASPACE, H5E_INCONSISTENTSTATE, FAIL, "the selection has inconsistent tail pointers")
+ HGOTO_ERROR(H5E_DATASPACE, H5E_INCONSISTENTSTATE, FAIL,
+ "the selection has inconsistent tail pointers")
done:
FUNC_LEAVE_NOAPI(ret_value)
@@ -231,7 +232,8 @@ H5S__check_points_tail_ptr(const H5S_pnt_list_t *pnt_lst)
cur_elem = cur_elem->next;
} /* end while */
if (actual_tail != pnt_lst->tail)
- HGOTO_ERROR(H5E_DATASPACE, H5E_INCONSISTENTSTATE, FAIL, "the selection has inconsistent tail pointers")
+ HGOTO_ERROR(H5E_DATASPACE, H5E_INCONSISTENTSTATE, FAIL,
+ "the selection has inconsistent tail pointers")
done:
FUNC_LEAVE_NOAPI(ret_value)