summaryrefslogtreecommitdiffstats
path: root/src/H5trace.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-02 14:22:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-02 14:22:11 (GMT)
commitb6f9fcaec52bf4f69616e99c4b92ac89c72a58fb (patch)
tree59f32c253b359a41313beb22c574b4c8d459e902 /src/H5trace.c
parent3ad1014b07acd92d8b25aef4e28d150ec7d36745 (diff)
downloadhdf5-b6f9fcaec52bf4f69616e99c4b92ac89c72a58fb.zip
hdf5-b6f9fcaec52bf4f69616e99c4b92ac89c72a58fb.tar.gz
hdf5-b6f9fcaec52bf4f69616e99c4b92ac89c72a58fb.tar.bz2
Cleanup whitespace and comments compared to develop
Diffstat (limited to 'src/H5trace.c')
-rw-r--r--src/H5trace.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5trace.c b/src/H5trace.c
index de761f8..2e905a5 100644
--- a/src/H5trace.c
+++ b/src/H5trace.c
@@ -25,7 +25,7 @@
/****************/
/* Module Setup */
/****************/
-#define H5I_FRIEND /*suppress error about including H5Ipkg */
+#define H5I_FRIEND /*suppress error about including H5Ipkg */
/***********/
/* Headers */
@@ -79,7 +79,7 @@
/*******************/
-
+
/*-------------------------------------------------------------------------
* Function: H5_trace
*
@@ -134,7 +134,7 @@ H5_trace(const double *returning, const char *func, const char *type, ...)
/* FUNC_ENTER() should not be called */
if(!out)
- return 0.0F; /*tracing is off*/
+ return 0.0F; /*tracing is off*/
HDva_start(ap, type);
if(H5_debug_g.ttop) {
@@ -767,7 +767,7 @@ H5_trace(const double *returning, const char *func, const char *type, ...)
if(status >= 0)
HDfprintf(out, "SUCCEED");
- else
+ else
HDfprintf(out, "FAIL");
} /* end else */
break;