Skip to content

Commit 509380d

Browse files
committed
Fix white extra whitespace
Signed-off-by: Hunter Easterday <[email protected]>
1 parent ad0d2c4 commit 509380d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/mpool/hugepage/mpool_hugepage_component.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ static void mca_mpool_hugepage_find_hugepages (void) {
274274
opal_output_verbose (MCA_BASE_VERBOSE_INFO, opal_mpool_base_framework.framework_output,
275275
"found huge page with size = %lu, path = %s, mmap flags = 0x%x, with invalid "
276276
"permissions, skipping", hp->page_size, hp->path, hp->mmap_flags);
277-
}
278-
277+
}
279278
}
280279

281280
opal_list_sort (&mca_mpool_hugepage_component.huge_pages, page_compare);

0 commit comments

Comments
 (0)