summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/binread.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5dump/binread.c')
-rw-r--r--tools/test/h5dump/binread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5dump/binread.c b/tools/test/h5dump/binread.c
index 341a085..4e46c57 100644
--- a/tools/test/h5dump/binread.c
+++ b/tools/test/h5dump/binread.c
@@ -61,11 +61,11 @@ usage(void)
int
main(int argc, char *argv[])
{
- FILE * stream;
+ FILE *stream;
size_t numread;
TYPE buf[NELMTS];
size_t i, nelmts = NELMTS;
- char * fname = NULL;
+ char *fname = NULL;
if (argc != 2) {
usage();