diff options
Diffstat (limited to 'test/flush2.c')
-rw-r--r-- | test/flush2.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/flush2.c b/test/flush2.c index a312e50..9fb42b4 100644 --- a/test/flush2.c +++ b/test/flush2.c @@ -63,7 +63,7 @@ main(void) /* Open the file */ h5_fixname(FILENAME[0], fapl, name, sizeof name); if ((file=H5Fopen(name, H5F_ACC_RDONLY, fapl))<0) goto error; - + /* Open the dataset */ if ((dset=H5Dopen(file, "dset"))<0) goto error; if ((space=H5Dget_space(dset))<0) goto error; @@ -111,6 +111,6 @@ main(void) return 1; } - - - + + + |