summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-09-16 21:57:35 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-09-16 21:57:35 (GMT)
commit73e07e25736d551fb0b95dbbbf04fec11abd994e (patch)
treeafac3a21993415c82001b2a35a62b0b504e07161 /src/H5PB.c
parentf16d86d3e742a666a645a9e092a0781e465c9362 (diff)
downloadhdf5-73e07e25736d551fb0b95dbbbf04fec11abd994e.zip
hdf5-73e07e25736d551fb0b95dbbbf04fec11abd994e.tar.gz
hdf5-73e07e25736d551fb0b95dbbbf04fec11abd994e.tar.bz2
Make whitespace consistent: no leading tabs!
Diffstat (limited to 'src/H5PB.c')
-rw-r--r--src/H5PB.c2
1 files changed, 1 insertions, 1 deletions
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 */