From 73e07e25736d551fb0b95dbbbf04fec11abd994e Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 16 Sep 2019 16:57:35 -0500 Subject: Make whitespace consistent: no leading tabs! --- src/H5PB.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5PB.c b/src/H5PB.c index da94ffb..1762f40 100644 --- a/src/H5PB.c +++ b/src/H5PB.c @@ -567,7 +567,7 @@ H5PB_create(H5F_t *f, size_t size, unsigned page_buf_min_meta_perc, /* Allocate the new page buffering structure */ if(NULL == (pb_ptr = H5FL_MALLOC(H5PB_t))) - HGOTO_ERROR(H5E_PAGEBUF, H5E_NOSPACE, FAIL, "memory allocation failed") + HGOTO_ERROR(H5E_PAGEBUF, H5E_NOSPACE, FAIL, "memory allocation failed") /* initialize the new instance of H5PB_t */ -- cgit v0.12