summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-23 14:58:51 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-23 14:58:51 (GMT)
commit0350710f5baa5177674289e06737c99cb201ecc5 (patch)
treee65477839074f28274a59d183b46c94d9113f145 /tools
parent941cf3a13402fb83f2d87e46e08adea3367608ca (diff)
downloadhdf5-0350710f5baa5177674289e06737c99cb201ecc5.zip
hdf5-0350710f5baa5177674289e06737c99cb201ecc5.tar.gz
hdf5-0350710f5baa5177674289e06737c99cb201ecc5.tar.bz2
[svn-r1370]
added a new line before a bracket was pritned in the enum stuff
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index 62a1853..d5b546c 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -331,6 +331,7 @@ H5G_stat_t statbuf;
print_datatype(super);
printf(";");
print_enum(type);
+ printf("\n");
indentation (indent + 3);
printf("}\n");
break;