summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 7a184f6..b6614a2 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -24,6 +24,6 @@
#include <H5private.h>
#include <H5Fprivate.h>
-hid_t H5C_create (H5C_class_t type, void *tmpl);
+hid_t H5C_create(H5C_class_t type, void *tmpl);
#endif