diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-23 14:58:51 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-23 14:58:51 (GMT) |
commit | 0350710f5baa5177674289e06737c99cb201ecc5 (patch) | |
tree | e65477839074f28274a59d183b46c94d9113f145 | |
parent | 941cf3a13402fb83f2d87e46e08adea3367608ca (diff) | |
download | hdf5-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
-rw-r--r-- | tools/h5dump.c | 1 |
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; |