From 0350710f5baa5177674289e06737c99cb201ecc5 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Wed, 23 Jun 1999 09:58:51 -0500 Subject: [svn-r1370] added a new line before a bracket was pritned in the enum stuff --- tools/h5dump.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v0.12