summaryrefslogtreecommitdiffstats
path: root/tools/h5recover/trecover_crasher.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-01-30 04:11:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-01-30 04:11:10 (GMT)
commit49d1722c303c7aed3b02052448111a0d1241df7a (patch)
tree848ea2afd8fa4cb38d60f97ab3cb43b11d5a579b /tools/h5recover/trecover_crasher.c
parent855dd92b0e72771df86ec81f5334ffd2add1bfb7 (diff)
downloadhdf5-49d1722c303c7aed3b02052448111a0d1241df7a.zip
hdf5-49d1722c303c7aed3b02052448111a0d1241df7a.tar.gz
hdf5-49d1722c303c7aed3b02052448111a0d1241df7a.tar.bz2
[svn-r18195] Description:
Remove trailing whitespace from source code files. Tested on: None - just eyeballed
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);