summaryrefslogtreecommitdiffstats
path: root/test/istore.c
diff options
context:
space:
mode:
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");