summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 0088432..fac7fa1 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -775,7 +775,8 @@ extern H5_debug_t H5_debug_g;
#define H5TRACE_RETURN(V) /*void*/
#endif
-__DLL__ void H5_trace (hbool_t returning, const char *func, const char *type, ...);
+__DLL__ void H5_trace(hbool_t returning, const char *func, const char *type,
+ ...);
/*-------------------------------------------------------------------------