summaryrefslogtreecommitdiffstats
path: root/src/H5PL.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-18 14:34:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-18 14:34:10 (GMT)
commited9ffe724978a76043cc47d80623c7bdb4f34f60 (patch)
tree03c1aad2bf11eaad62a56a5772eda1a3e04864c3 /src/H5PL.c
parentd39a79fa4c7833bfc86c2ed450bde9c8011524c5 (diff)
downloadhdf5-ed9ffe724978a76043cc47d80623c7bdb4f34f60.zip
hdf5-ed9ffe724978a76043cc47d80623c7bdb4f34f60.tar.gz
hdf5-ed9ffe724978a76043cc47d80623c7bdb4f34f60.tar.bz2
Reformat char * args
Diffstat (limited to 'src/H5PL.c')
-rw-r--r--src/H5PL.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5PL.c b/src/H5PL.c
index 481368c..c8cf98f 100644
--- a/src/H5PL.c
+++ b/src/H5PL.c
@@ -415,7 +415,7 @@ done:
*-------------------------------------------------------------------------
*/
herr_t
-H5PLappend(const char* plugin_path)
+H5PLappend(const char *plugin_path)
{
herr_t ret_value = SUCCEED; /* Return value */
char *dl_path = NULL;
@@ -448,7 +448,7 @@ done:
*-------------------------------------------------------------------------
*/
herr_t
-H5PLprepend(const char* plugin_path)
+H5PLprepend(const char *plugin_path)
{
herr_t ret_value = SUCCEED; /* Return value */
char *dl_path = NULL;
@@ -484,7 +484,7 @@ done:
*-------------------------------------------------------------------------
*/
herr_t
-H5PLreplace(const char* plugin_path, unsigned int index)
+H5PLreplace(const char *plugin_path, unsigned int index)
{
herr_t ret_value = SUCCEED; /* Return value */
char *dl_path = NULL;
@@ -518,7 +518,7 @@ done:
*-------------------------------------------------------------------------
*/
herr_t
-H5PLinsert(const char* plugin_path, unsigned int index)
+H5PLinsert(const char *plugin_path, unsigned int index)
{
herr_t ret_value = SUCCEED; /* Return value */
char *dl_path = NULL;