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:
Scot Breitenfeld
2026-07-17 08:52:35 -05:00
parent 4e445a1997
commit 5217bbfd79
+4 -4
View File
@@ -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;