diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-17 23:21:49 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-17 23:21:49 (GMT) |
commit | 3b1728736840e25d5cd1b048f09025e7c0f22123 (patch) | |
tree | 3c1a2423acbe136af0caa9631fd6316944a3bbe2 /src/H5PLpublic.h | |
parent | f3fd3f293f2734fea98f508f190bf531edc72f7a (diff) | |
download | hdf5-3b1728736840e25d5cd1b048f09025e7c0f22123.zip hdf5-3b1728736840e25d5cd1b048f09025e7c0f22123.tar.gz hdf5-3b1728736840e25d5cd1b048f09025e7c0f22123.tar.bz2 |
Brings H5Z and H5PL packages in sync with VOL integration branch.
Diffstat (limited to 'src/H5PLpublic.h')
-rw-r--r-- | src/H5PLpublic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5PLpublic.h b/src/H5PLpublic.h index 3b36ccd..fe5bdfb 100644 --- a/src/H5PLpublic.h +++ b/src/H5PLpublic.h @@ -30,9 +30,9 @@ /* Plugin type used by the plugin library */ typedef enum H5PL_type_t { - H5PL_TYPE_ERROR = -1, /* Error */ - H5PL_TYPE_FILTER = 0, /* Filter */ - H5PL_TYPE_NONE = 1 /* This must be last! */ + H5PL_TYPE_ERROR = -1, /* Error */ + H5PL_TYPE_FILTER = 0, /* Filter */ + H5PL_TYPE_NONE = 1 /* This must be last! */ } H5PL_type_t; /* Common dynamic plugin type flags used by the set/get_loading_state functions */ |