summaryrefslogtreecommitdiffstats
path: root/src/H5PLprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r--src/H5PLprivate.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h
index cc2e258..c5ce8bb 100644
--- a/src/H5PLprivate.h
+++ b/src/H5PLprivate.h
@@ -21,29 +21,25 @@
#include "H5PLpublic.h"
/* Private headers needed by this file */
-#include "H5private.h" /* Generic Functions */
-
+#include "H5private.h" /* Generic Functions */
/**************************/
/* Library Private Macros */
/**************************/
-
/****************************/
/* Library Private Typedefs */
/****************************/
/* The key that will be used to find the plugin */
typedef union H5PL_key_t {
- int id; /* filters */
+ int id; /* filters */
} H5PL_key_t;
-
/*****************************/
/* Library-private Variables */
/*****************************/
-
/***************************************/
/* Library-private Function Prototypes */
/***************************************/
@@ -52,4 +48,3 @@ typedef union H5PL_key_t {
H5_DLL const void *H5PL_load(H5PL_type_t plugin_type, H5PL_key_t key);
#endif /* _H5PLprivate_H */
-