clang 13 format #1933 (#1941)

This commit is contained in:
Allen Byrne
2022-07-28 10:05:11 -05:00
committed by GitHub
parent c1c4db3c4a
commit 762c111350
452 changed files with 4325 additions and 4314 deletions

View File

@@ -62,7 +62,7 @@ static size_t
H5Z_filter_dynlibud(unsigned int flags, size_t cd_nelmts, const unsigned int *cd_values, size_t nbytes,
size_t *buf_size, void **buf)
{
char * int_ptr = (char *)*buf; /* Pointer to the data values */
char *int_ptr = (char *)*buf; /* Pointer to the data values */
size_t buf_left = *buf_size; /* Amount of data buffer left to process */
/* Check for the correct number of parameters */