summaryrefslogtreecommitdiffstats
path: root/tools/h5dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r--tools/h5dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index 8d01d45..179bb74 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -432,9 +432,9 @@ H5G_stat_t statbuf;
case H5T_OPAQUE:
printf( "\n");
- indentation (indent+COL);
+ indentation (indent+COL);
printf("H5T_OPAQUE;\n");
- indentation (indent+COL);
+ indentation (indent+COL);
printf("OPAQUE_TAG \"%s\";\n", H5Tget_tag(type));
indentation (indent);
break;