Skip to content

Commit 1eff26e

Browse files
Committing clang-format changes
1 parent 79f55f9 commit 1eff26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/H5MF.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ H5MF_xfree(H5F_t *f, H5FD_mem_t alloc_type, haddr_t addr, hsize_t size)
10581058
if (!H5_addr_defined(addr) || 0 == size)
10591059
HGOTO_DONE(SUCCEED);
10601060
assert(addr != 0); /* Can't deallocate the superblock :-) */
1061-
1061+
10621062
H5MF__alloc_to_fs_type(f->shared, alloc_type, size, &fs_type);
10631063

10641064
/* Set the ring type in the API context */

0 commit comments

Comments
 (0)