summaryrefslogtreecommitdiffstats
path: root/test/istore.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-08-13 21:06:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-08-13 21:06:26 (GMT)
commitc7bf502798ed500d9637ff3dd23a83420afd5070 (patch)
treea29e4bc6023564b9db5b435e4646b2b667171da2 /test/istore.c
parent5ad5d1a6d1190bbc6ed064eaae7ca1d2e361cb0a (diff)
downloadhdf5-c7bf502798ed500d9637ff3dd23a83420afd5070.zip
hdf5-c7bf502798ed500d9637ff3dd23a83420afd5070.tar.gz
hdf5-c7bf502798ed500d9637ff3dd23a83420afd5070.tar.bz2
[svn-r11246] 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 'test/istore.c')
-rw-r--r--test/istore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/istore.c b/test/istore.c
index 2f3f907..f9e19d0 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -614,7 +614,7 @@ main(int argc, char *argv[])
printf("Cannot create file %s; test aborted\n", filename);
exit(1);
}
-
+
/*
* For testing file families, fool the library into thinking it already
* allocated a whole bunch of data.
@@ -682,7 +682,7 @@ main(int argc, char *argv[])
/* Close the test file and exit */
H5Pclose(fcpl);
H5Fclose(file);
-
+
if (nerrors) {
printf("***** %d I-STORE TEST%s FAILED! *****\n",
nerrors, 1 == nerrors ? "" : "S");