diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-08-13 20:53:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-08-13 20:53:35 (GMT) |
commit | 6b45f5172ccb4311e0be9ae15da3758abb6b0e67 (patch) | |
tree | 5a7a112fe7a8a98c6fecb45b513789d15962eb3d /testpar/t_ph5basic.c | |
parent | 6562465a2c2a58cfbc2f47bf60bb538f7a783933 (diff) | |
download | hdf5-6b45f5172ccb4311e0be9ae15da3758abb6b0e67.zip hdf5-6b45f5172ccb4311e0be9ae15da3758abb6b0e67.tar.gz hdf5-6b45f5172ccb4311e0be9ae15da3758abb6b0e67.tar.bz2 |
[svn-r11245] 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 'testpar/t_ph5basic.c')
-rw-r--r-- | testpar/t_ph5basic.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testpar/t_ph5basic.c b/testpar/t_ph5basic.c index 1649c13..0062ce6 100644 --- a/testpar/t_ph5basic.c +++ b/testpar/t_ph5basic.c @@ -88,7 +88,7 @@ test_fapl_mpio_dup(void) VRFY((ret >= 0), ""); /* Case 1: - * Free the created communicator and INFO object. + * Free the created communicator and INFO object. * Check if the access property list is still valid and can return * valid communicator and INFO object. */ @@ -247,7 +247,7 @@ test_fapl_mpiposix_dup(void) VRFY((ret >= 0), ""); /* Case 1: - * Free the created communicator object. + * Free the created communicator object. * Check if the access property list is still valid and can return * valid communicator object. */ @@ -290,7 +290,7 @@ test_fapl_mpiposix_dup(void) VRFY((mpi_rank_tmp==mpi_rank), "MPI_Comm_rank"); /* Case 3: - * Close the property list and verify the retrieved communicator + * Close the property list and verify the retrieved communicator * object is still valid. */ H5Pclose(acc_pl); |