From 3b9b61adde53f40189d665650a5ffe62a4f025e8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 22:59:57 +0000 Subject: Committing clang-format changes --- src/H5Tvlen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5Tvlen.c b/src/H5Tvlen.c index 1037ca3..59c3e19 100644 --- a/src/H5Tvlen.c +++ b/src/H5Tvlen.c @@ -599,7 +599,7 @@ H5T__vlen_mem_str_getlen(H5VL_object_t H5_ATTR_UNUSED *file, const void *_vl, si static void * H5T__vlen_mem_str_getptr(void *_vl) { - char * s = NULL; /* Pointer to the user's string information */ + char *s = NULL; /* Pointer to the user's string information */ FUNC_ENTER_STATIC_NOERR @@ -676,7 +676,7 @@ H5T__vlen_mem_str_setnull(H5VL_object_t H5_ATTR_UNUSED *file, void *_vl, void H5 static herr_t H5T__vlen_mem_str_read(H5VL_object_t H5_ATTR_UNUSED *file, void *_vl, void *buf, size_t len) { - char *s; /* Pointer to the user's string information */ + char *s; /* Pointer to the user's string information */ FUNC_ENTER_STATIC_NOERR -- cgit v0.12