summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-08-13 20:53:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-08-13 20:53:35 (GMT)
commit6b45f5172ccb4311e0be9ae15da3758abb6b0e67 (patch)
tree5a7a112fe7a8a98c6fecb45b513789d15962eb3d /perform/pio_perf.c
parent6562465a2c2a58cfbc2f47bf60bb538f7a783933 (diff)
downloadhdf5-6b45f5172ccb4311e0be9ae15da3758abb6b0e67.zip
hdf5-6b45f5172ccb4311e0be9ae15da3758abb6b0e67.tar.gz
hdf5-6b45f5172ccb4311e0be9ae15da3758abb6b0e67.tar.bz2
[svn-r11245] Purpose:
Code cleanup Description: Trim trailing whitespace, which is making 'diff'ing the two branches difficult. Solution: Ran this script in each directory: foreach f (*.[ch] *.cpp) sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f end Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r--perform/pio_perf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c
index 0e816fc..cde0545 100644
--- a/perform/pio_perf.c
+++ b/perform/pio_perf.c
@@ -608,7 +608,7 @@ run_test(iotype iot, parameters parms, struct options *opts)
pio_time_destroy(res.timers);
}
- /*
+ /*
* Show various statistics
*/
/* Write statistics */
@@ -721,7 +721,7 @@ run_test(iotype iot, parameters parms, struct options *opts)
/*
* Function: output_all_info
- * Purpose:
+ * Purpose:
* Return: Nothing
* Programmer: Bill Wendling, 29. January 2002
* Modifications:
@@ -776,7 +776,7 @@ accumulate_minmax_stuff(minmax *mm, int count)
{
int i;
minmax total_mm;
-
+
total_mm.sum = 0.0;
total_mm.max = -DBL_MAX;
total_mm.min = DBL_MAX;