Develop clang 13 format (#1933)

* Update format source to clang 13

* More format changes
This commit is contained in:
Allen Byrne
2022-07-26 16:45:46 -05:00
committed by GitHub
parent 213eac2588
commit ae414872f5
685 changed files with 6988 additions and 6963 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 */