mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
clang-format: realign variable declarations after enc_size removal
Leftover formatting drift from 46f05b50b2, which deleted enc_size and
shortened the longest name in this declaration block, changing where
clang-format aligns the '=' signs.
This commit is contained in:
@@ -10370,10 +10370,10 @@ test_par_append_filter_blob(hid_t fapl_id)
|
||||
hsize_t dims[2] = {(hsize_t)(mpi_size * 4), 4};
|
||||
hsize_t chunk[2] = {4, 4};
|
||||
hsize_t start[2], count[2], block[2];
|
||||
C_DATATYPE *wbuf = NULL;
|
||||
C_DATATYPE *rbuf = NULL;
|
||||
unsigned char *blob = NULL;
|
||||
void *enc_buf = NULL;
|
||||
C_DATATYPE *wbuf = NULL;
|
||||
C_DATATYPE *rbuf = NULL;
|
||||
unsigned char *blob = NULL;
|
||||
void *enc_buf = NULL;
|
||||
size_t nbytes;
|
||||
herr_t ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user