summaryrefslogtreecommitdiffstats
path: root/src/H5PLint.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-09-04 21:51:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-09-04 21:51:30 (GMT)
commitd8d17d23284d29048da7af67c9653ffc2d0945c4 (patch)
tree916b9b1144be81df0b25a2ea712f8e6ac6e8e040 /src/H5PLint.c
parent30c7264c2ca0f169b099b6ebbf13c5bd71652ebc (diff)
downloadhdf5-d8d17d23284d29048da7af67c9653ffc2d0945c4.zip
hdf5-d8d17d23284d29048da7af67c9653ffc2d0945c4.tar.gz
hdf5-d8d17d23284d29048da7af67c9653ffc2d0945c4.tar.bz2
File changes to affect formatting
Diffstat (limited to 'src/H5PLint.c')
-rw-r--r--src/H5PLint.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/H5PLint.c b/src/H5PLint.c
index b69a788..7e8ad89 100644
--- a/src/H5PLint.c
+++ b/src/H5PLint.c
@@ -77,7 +77,7 @@ static unsigned int H5PL_plugin_control_mask_g = H5PL_ALL_PLUGIN;
static hbool_t H5PL_allow_plugins_g = TRUE;
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__get_plugin_control_mask
*
@@ -104,7 +104,7 @@ H5PL__get_plugin_control_mask(unsigned int *mask /*out*/)
} /* end H5PL__get_plugin_control_mask() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__set_plugin_control_mask
*
@@ -133,7 +133,7 @@ H5PL__set_plugin_control_mask(unsigned int mask)
} /* end H5PL__set_plugin_control_mask() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__init_package
*
@@ -174,7 +174,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL__init_package() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL_term_package
*
@@ -219,7 +219,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL_term_package() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL_load
*
@@ -281,7 +281,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL_load() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__open
*
@@ -304,7 +304,7 @@ done:
* get_plugin_info function pointer, but early (4.4.7, at least) gcc
* only allows diagnostic pragmas to be toggled outside of functions.
*/
-H5_GCC_DIAG_OFF(pedantic)
+H5_GCC_DIAG_OFF("pedantic")
herr_t
H5PL__open(const char *path, H5PL_type_t type, const H5PL_key_t *key,
hbool_t *success, const void **plugin_info)
@@ -416,9 +416,9 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL__open() */
-H5_GCC_DIAG_ON(pedantic)
+H5_GCC_DIAG_ON("pedantic")
+
-
/*-------------------------------------------------------------------------
* Function: H5PL__close
*