Skip to content

Commit 107376c

Browse files
Committing clang-format changes
1 parent c67c523 commit 107376c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/H5MF.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,8 @@ H5MF__alloc_pagefs(H5F_t *f, H5FD_mem_t alloc_type, hsize_t size)
941941
HGOTO_ERROR(H5E_RESOURCE, H5E_CANTINIT, HADDR_UNDEF, "can't initialize free space section");
942942

943943
/* Add the remaining space in the page to the manager */
944-
if (H5MF__add_sect(f, alloc_type, f->shared->fs_man[ptype], node, &section_merged_or_shrunk) < 0) {
944+
if (H5MF__add_sect(f, alloc_type, f->shared->fs_man[ptype], node, &section_merged_or_shrunk) <
945+
0) {
945946
if (section_merged_or_shrunk)
946947
node = NULL;
947948
HGOTO_ERROR(H5E_RESOURCE, H5E_CANTINSERT, HADDR_UNDEF,

0 commit comments

Comments
 (0)