summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/pio_standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/perform/pio_standalone.h')
-rw-r--r--tools/test/perform/pio_standalone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/perform/pio_standalone.h b/tools/test/perform/pio_standalone.h
index 1b83e21..093247c 100644
--- a/tools/test/perform/pio_standalone.h
+++ b/tools/test/perform/pio_standalone.h
@@ -446,7 +446,7 @@ H5_DLL int64_t HDstrtoll(const char *s, const char **rest, int base);
#else /* H5_HAVE_WIN32_API */
#if !defined strdup && !defined H5_HAVE_STRDUP
-extern char * strdup(const char *s);
+extern char *strdup(const char *s);
#endif
#define HDstrdup(S) strdup(S)
@@ -476,7 +476,7 @@ enum h5_arg_level {
};
struct long_options {
- const char * name; /* Name of the long option */
+ const char *name; /* Name of the long option */
enum h5_arg_level has_arg; /* Whether we should look for an arg */
char shortval; /* The shortname equivalent of long arg
* this gets returned from get_option