summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-27 21:59:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-27 21:59:38 (GMT)
commitb24e2d4dd861b67a61fcf56be5975bcd4d37203b (patch)
tree1c634f3789ac38449e8c9b7d67fab21e31a33a2c /tools
parent9542a0e21258dc9a6cddd2768312e66a4e9e2e12 (diff)
downloadhdf5-b24e2d4dd861b67a61fcf56be5975bcd4d37203b.zip
hdf5-b24e2d4dd861b67a61fcf56be5975bcd4d37203b.tar.gz
hdf5-b24e2d4dd861b67a61fcf56be5975bcd4d37203b.tar.bz2
[svn-r18649] Description:
Minor tweaks to align w/code on trunk better. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug & production (too minor to require h5committest)
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/h5repack_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c
index 8208c0e..d6998d0 100644
--- a/tools/h5repack/h5repack_main.c
+++ b/tools/h5repack/h5repack_main.c
@@ -108,8 +108,8 @@ int main(int argc, const char **argv)
int ret=-1;
/* initialize options */
- h5repack_init (&options, 0, 0, 0, (hsize_t)0);
-
+ h5repack_init(&options, 0, 0, 0, (hsize_t)0);
+
parse_command_line(argc, argv, &options);
/* get file names if they were not yet got */