summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-07-03 20:01:58 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-07-03 20:01:58 (GMT)
commit9a749a64f06187bc5ae17e848eab9aacdfc57f8a (patch)
treed541b0090f1c63f68532a39045f6c2d61fbb7424 /src/H5R.c
parentdfceb84d4756a15540b5b08826ea98c13c1399e8 (diff)
downloadhdf5-9a749a64f06187bc5ae17e848eab9aacdfc57f8a.zip
hdf5-9a749a64f06187bc5ae17e848eab9aacdfc57f8a.tar.gz
hdf5-9a749a64f06187bc5ae17e848eab9aacdfc57f8a.tar.bz2
More minor whitespace cleanup
Diffstat (limited to 'src/H5R.c')
-rw-r--r--src/H5R.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5R.c b/src/H5R.c
index 78a77e2..b000183 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -103,7 +103,7 @@ H5R__init_package(void)
FUNC_ENTER_NOAPI_NOINIT
-/* Initialize the atom group for the file IDs */
+ /* Initialize the atom group for the file IDs */
if(H5I_register_type(H5I_REFERENCE_CLS) < 0)
HGOTO_ERROR(H5E_REFERENCE, H5E_CANTINIT, FAIL, "unable to initialize interface")
@@ -144,7 +144,7 @@ H5R_top_term_package(void)
if(H5I_nmembers(H5I_REFERENCE) > 0) {
(void)H5I_clear_type(H5I_REFERENCE, FALSE, FALSE);
n++; /*H5I*/
- } /* end if */
+ } /* end if */
/* Mark closed */
if(0 == n)
@@ -193,7 +193,7 @@ H5R_term_package(void)
/* Mark closed */
if(0 == n)
H5_PKG_INIT_VAR = FALSE;
- }
+ } /* end if */
FUNC_LEAVE_NOAPI(n)
} /* end H5R_term_package() */