summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5private.h b/src/H5private.h
index e09cdbd..87345ab 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -579,7 +579,7 @@ H5_DLL herr_t H5_timer_start(H5_timer_t *timer /*in,out*/);
H5_DLL herr_t H5_timer_stop(H5_timer_t *timer /*in,out*/);
H5_DLL herr_t H5_timer_get_times(H5_timer_t timer, H5_timevals_t *times /*in,out*/);
H5_DLL herr_t H5_timer_get_total_times(H5_timer_t timer, H5_timevals_t *times /*in,out*/);
-H5_DLL char * H5_timer_get_time_string(double seconds);
+H5_DLL char *H5_timer_get_time_string(double seconds);
/* Depth of object copy */
typedef enum {
@@ -1742,17 +1742,17 @@ typedef enum {
} H5_pkg_t;
typedef struct H5_debug_open_stream_t {
- FILE * stream; /* Open output stream */
+ FILE *stream; /* Open output stream */
struct H5_debug_open_stream_t *next; /* Next open output stream */
} H5_debug_open_stream_t;
typedef struct H5_debug_t {
- FILE * trace; /*API trace output stream */
+ FILE *trace; /*API trace output stream */
hbool_t ttop; /*Show only top-level calls? */
hbool_t ttimes; /*Show trace event times? */
struct {
const char *name; /*package name */
- FILE * stream; /*output stream or NULL */
+ FILE *stream; /*output stream or NULL */
} pkg[H5_NPKGS];
H5_debug_open_stream_t *open_stream; /* Stack of open output streams */
} H5_debug_t;
@@ -2490,7 +2490,7 @@ H5_DLL herr_t H5CX_pop(hbool_t update_dxpl_props);
* pointers but do not write to their targets or return pointers to const
* specified locations. This helps us avoid compiler warnings. */
typedef union {
- void * vp;
+ void *vp;
const void *cvp;
} H5_flexible_const_ptr_t;
@@ -2587,7 +2587,7 @@ enum h5_arg_level {
* end.
*/
struct h5_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