summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_copy.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-15 20:58:15 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-15 20:58:15 (GMT)
commitd4c0a98a9b9b6225f73c722f8d6c34b055e7436f (patch)
treec5e5ed53d1e28121ceb4db3aaa16bcb3df3ce817 /tools/h5repack/h5repack_copy.c
parent8f74e81758f53e46a2898616c1c438c99aaac15b (diff)
downloadhdf5-d4c0a98a9b9b6225f73c722f8d6c34b055e7436f.zip
hdf5-d4c0a98a9b9b6225f73c722f8d6c34b055e7436f.tar.gz
hdf5-d4c0a98a9b9b6225f73c722f8d6c34b055e7436f.tar.bz2
[svn-r12918]
removed whitespace
Diffstat (limited to 'tools/h5repack/h5repack_copy.c')
-rw-r--r--tools/h5repack/h5repack_copy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack_copy.c b/tools/h5repack/h5repack_copy.c
index 6d7180d..03da178 100644
--- a/tools/h5repack/h5repack_copy.c
+++ b/tools/h5repack/h5repack_copy.c
@@ -24,6 +24,7 @@ extern char *progname;
static int do_create_refs;
+
#define PER(A,B) { per = 0; \
if (A!=0) \
per = (float)fabs( ((float)B - (float)A) / (float) A ); \