diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-01-30 04:29:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-01-30 04:29:13 (GMT) |
commit | fd70b2afa883f94718ffb7f4f33d104d76e3fe0a (patch) | |
tree | c1add8db2a4848202d86a9b274bfaf8c7b80e961 /test/tfile.c | |
parent | 35b0159a0a5f1f4b80e305204ea51a742b052403 (diff) | |
download | hdf5-fd70b2afa883f94718ffb7f4f33d104d76e3fe0a.zip hdf5-fd70b2afa883f94718ffb7f4f33d104d76e3fe0a.tar.gz hdf5-fd70b2afa883f94718ffb7f4f33d104d76e3fe0a.tar.bz2 |
[svn-r18197] Description:
Trim trailing whitespace from source code files with this command:
find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//'
Tested on:
None - eyeballed only
Diffstat (limited to 'test/tfile.c')
-rw-r--r-- | test/tfile.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/tfile.c b/test/tfile.c index 342230f..2b354b5 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -2095,8 +2095,8 @@ test_cached_stab_info(void) /**************************************************************** ** ** test_rw_noupdate(): low-level file test routine. -** This test checks to ensure that opening and closing a file -** with read/write permissions does not write anything to the +** This test checks to ensure that opening and closing a file +** with read/write permissions does not write anything to the ** file if the file does not change. ** ** Programmer: Mike McGreevy @@ -2533,8 +2533,8 @@ test_userblock_alignment(void) /**************************************************************** ** -** test_free_sections(): -** This routine does the actual work of checking information for +** test_free_sections(): +** This routine does the actual work of checking information for ** free space sections available in a file in various situations. ** *****************************************************************/ @@ -2636,7 +2636,7 @@ test_free_sections(hid_t fapl, char *fname) /* Verify the correct # of free-space sections */ nsects = H5Fget_free_sections(file, H5FD_MEM_DEFAULT, (size_t)saved_nsects, saved_sect_info); VERIFY(nsects, saved_nsects, "H5Fget_free_sections"); - + /* Verify the amount of free-space is correct */ total = 0; for(i = 0; i < nsects; i++) @@ -2703,7 +2703,7 @@ test_free_sections(hid_t fapl, char *fname) /**************************************************************** ** -** test_filespace_sects(): +** test_filespace_sects(): ** This test checks free space section info for ** files created with sec2 and split drivers. ** @@ -2815,8 +2815,8 @@ test_filespace_sects(void) /**************************************************************** ** -** test_filespace_info(): -** Verify that the public routines H5Pget/set_file_space() +** test_filespace_info(): +** Verify that the public routines H5Pget/set_file_space() ** retrieve and set the file space strategy and free space ** section threshold as specified. ** @@ -2939,7 +2939,7 @@ test_filespace_info(void) /**************************************************************** ** -** test_filespace_compatible(): +** test_filespace_compatible(): ** Verify that the branch with file space management enhancement ** can open, read and modify 1.6 HDF5 file and 1.8 HDF5 file. ** Also verify the correct file space strategy/threshold in use @@ -3061,7 +3061,7 @@ test_filespace_compatible(void) /**************************************************************** ** -** test_deprec(): +** test_deprec(): ** Test deprecated functionality. ** ****************************************************************/ |