summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/pio_perf.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-12 21:14:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-12 21:14:30 (GMT)
commit9f1d06c7f150d3ad34e24dc0055f493d2210fe91 (patch)
treedad2d9093c513674c8d4f71f03bc767cf83453a2 /tools/test/perform/pio_perf.c
parent8fc4f67be4d66018b4dca4b352672a47e4717f44 (diff)
downloadhdf5-9f1d06c7f150d3ad34e24dc0055f493d2210fe91.zip
hdf5-9f1d06c7f150d3ad34e24dc0055f493d2210fe91.tar.gz
hdf5-9f1d06c7f150d3ad34e24dc0055f493d2210fe91.tar.bz2
Whitespace cleanup
Diffstat (limited to 'tools/test/perform/pio_perf.c')
-rw-r--r--tools/test/perform/pio_perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/pio_perf.c b/tools/test/perform/pio_perf.c
index 826e7a9..8146d84 100644
--- a/tools/test/perform/pio_perf.c
+++ b/tools/test/perform/pio_perf.c
@@ -80,7 +80,7 @@
#define PIO_MPI 0x2
#define PIO_HDF5 0x4
-#ifdef STANDALONE
+#ifdef STANDALONE
#define DBL_EPSILON 2.2204460492503131e-16
#define H5_DBL_ABS_EQUAL(X,Y) (fabs((X)-(Y)) < DBL_EPSILON)
#endif