summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/perf.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-15 14:03:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-15 14:03:03 (GMT)
commitf5a250e77cf0455e14fc3c2bcd78d5373cf6d01e (patch)
treebe3e5b60b774e321e6891f115e726006b07d6ce8 /tools/test/perform/perf.c
parent6b8d369a0c8e3f317fd7c3b665254c75265ceba0 (diff)
downloadhdf5-f5a250e77cf0455e14fc3c2bcd78d5373cf6d01e.zip
hdf5-f5a250e77cf0455e14fc3c2bcd78d5373cf6d01e.tar.gz
hdf5-f5a250e77cf0455e14fc3c2bcd78d5373cf6d01e.tar.bz2
Whitespace cleanup
Diffstat (limited to 'tools/test/perform/perf.c')
-rw-r--r--tools/test/perform/perf.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/test/perform/perf.c b/tools/test/perform/perf.c
index 1d52471..34b8a2d 100644
--- a/tools/test/perform/perf.c
+++ b/tools/test/perform/perf.c
@@ -64,13 +64,13 @@
#define H5FATAL 1
#define VRFY(val, mesg, fatal) do { \
if (!val) { \
- printf("Proc %d: ", mynod); \
+ printf("Proc %d: ", mynod); \
printf("*** Assertion failed (%s) at line %4d in %s\n", \
- mesg, (int)__LINE__, __FILE__); \
- if (fatal){ \
- fflush(stdout); \
- goto die_jar_jar_die; \
- } \
+ mesg, (int)__LINE__, __FILE__); \
+ if (fatal){ \
+ fflush(stdout); \
+ goto die_jar_jar_die; \
+ } \
} \
} while(0)
#define RANK 1