Skip to content

Commit 826a425

Browse files
Committing clang-format changes
1 parent ff56cbc commit 826a425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/H5Faccum.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,8 @@ H5F__accum_free(H5F_shared_t *f_sh, H5FD_mem_t H5_ATTR_UNUSED type, haddr_t addr
883883

884884
/* Ensure overlap_size and new_accum_size are within bounds */
885885
if (overlap_size > accum->alloc_size || new_accum_size > accum->alloc_size) {
886-
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "calculated sizes exceed allocated buffer size");
886+
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL,
887+
"calculated sizes exceed allocated buffer size");
887888
}
888889

889890
/* Move the accumulator buffer information to eliminate the freed block */

0 commit comments

Comments
 (0)