summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-31 20:09:16 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-31 20:09:16 (GMT)
commitc198e16895da5eaf1d1defd7aefbf99dffb68900 (patch)
tree1df5c6084a21c6f57b076f5e48535e056412aa34 /src
parent3f30fad64c9544e805caa3d886d80a7ee87fcd4b (diff)
downloadhdf5-c198e16895da5eaf1d1defd7aefbf99dffb68900.zip
hdf5-c198e16895da5eaf1d1defd7aefbf99dffb68900.tar.gz
hdf5-c198e16895da5eaf1d1defd7aefbf99dffb68900.tar.bz2
Restore page eject chars
Diffstat (limited to 'src')
-rw-r--r--src/H5FDhdfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FDhdfs.c b/src/H5FDhdfs.c
index b1bd4a7..e833057 100644
--- a/src/H5FDhdfs.c
+++ b/src/H5FDhdfs.c
@@ -549,7 +549,7 @@ H5FD_hdfs_init_interface(void)
FUNC_LEAVE_NOAPI(H5FD_hdfs_init())
} /* H5FD_hdfs_init_interface() */
-
+
/*-------------------------------------------------------------------------
* Function: H5FD_hdfs_init
*
@@ -767,7 +767,7 @@ done:
} /* H5FD_hdfs_open() */
#endif /* H5_HAVE_LIBHDFS */
-
+
/*-------------------------------------------------------------------------
* Function: H5FD_hdfs_close
*
@@ -945,7 +945,7 @@ H5FD_hdfs_query(const H5FD_t H5_ATTR_UNUSED *_file, unsigned long *flags) /* out
FUNC_LEAVE_NOAPI(SUCCEED)
} /* H5FD_hdfs_query() */
-
+
/*-------------------------------------------------------------------------
* Function: H5FD_hdfs_get_eoa()
*
@@ -1282,7 +1282,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* H5FD_hdfs_write() */
-
+
/*-------------------------------------------------------------------------
* Function: H5FD_hdfs_truncate
*