summaryrefslogtreecommitdiffstats
path: root/tools/h5recover/trecover_crasher.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5recover/trecover_crasher.c')
-rw-r--r--tools/h5recover/trecover_crasher.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/h5recover/trecover_crasher.c b/tools/h5recover/trecover_crasher.c
index adcb33e..e2c4f15 100644
--- a/tools/h5recover/trecover_crasher.c
+++ b/tools/h5recover/trecover_crasher.c
@@ -12,12 +12,12 @@
* access to either file, you may request a copy from help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
+/*
* crasher HDF5 API module of the trecover test program.
*
* Creator: Albert Cheng, Jan 28, 2008.
*/
-
+
#include "trecover.h"
/* Crasher
@@ -54,13 +54,13 @@ crasher(int crash_mode, CrasherParam_t *crash_param)
fprintf(stderr, "Unknown Crash Mode (%d)\n", crash_mode);
break;
}
-}
+}
/* Red Storm may hang if the signal handlin routine does I/O, even just printf() calls.
* Be aware if you want to add printf calls.
*/
-void wakeup(int signum)
+void wakeup(int signum)
{
/* call crasher with sync mode */
crasher(SyncCrash, 0);