summaryrefslogtreecommitdiffstats
path: root/src/H5FSstat.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-12-14 02:16:54 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-12-14 02:16:54 (GMT)
commit91f01bd7025b796ada843cf786e3a660a7886106 (patch)
treebca7c5091915a0dc6a2b4c4410309d1aa1544d32 /src/H5FSstat.c
parentabf03a6c650928881a6c929312d1e4f50101d50e (diff)
downloadhdf5-91f01bd7025b796ada843cf786e3a660a7886106.zip
hdf5-91f01bd7025b796ada843cf786e3a660a7886106.tar.gz
hdf5-91f01bd7025b796ada843cf786e3a660a7886106.tar.bz2
[svn-r28614] Normalization of H5FS package with revise_chunks.
Mostly minor fixes like warnings, etc. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Diffstat (limited to 'src/H5FSstat.c')
-rw-r--r--src/H5FSstat.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/H5FSstat.c b/src/H5FSstat.c
index 390eb9f..d2c0177 100644
--- a/src/H5FSstat.c
+++ b/src/H5FSstat.c
@@ -28,9 +28,9 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5FSpkg.h" /* Free-space manager */
+#include "H5private.h" /* Generic Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5FSpkg.h" /* Free-space manager */
/****************/
@@ -74,12 +74,10 @@
*
* Purpose: Retrieve metadata statistics for the free-space manager
*
- * Return: Success: non-negative
- *
- * Failure: does not fail
+ * Return: SUCCEED (Can't fail)
*
* Programmer: Vailin Choi
- * August 25th, 2008
+ * August 25th, 2008
*
*-------------------------------------------------------------------------
*/