diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-06-27 14:45:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-06-27 14:45:06 (GMT) |
commit | 7be3afb278aea67ba09a97f4b41c0aaaf5c47983 (patch) | |
tree | 24ed86ab2a5c982fbf182d2ac8cd892c3813bc34 /test/tfile.c | |
parent | 8d72542a50fac7a747fe0bfec8d2285de8efd29f (diff) | |
download | hdf5-7be3afb278aea67ba09a97f4b41c0aaaf5c47983.zip hdf5-7be3afb278aea67ba09a97f4b41c0aaaf5c47983.tar.gz hdf5-7be3afb278aea67ba09a97f4b41c0aaaf5c47983.tar.bz2 |
[svn-r12440] Purpose:
Code cleanup
Description:
Trim trailing whitespace in Makefile.am and C/C++ source files to make
diffing changes easier.
Platforms tested:
None necessary, whitespace only change
Diffstat (limited to 'test/tfile.c')
-rw-r--r-- | test/tfile.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/tfile.c b/test/tfile.c index fd0f02c..19772ca 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -1659,8 +1659,8 @@ test_file_getname(void) static void test_file_double_root_open(void) { - hid_t file1_id, file2_id; - hid_t grp1_id, grp2_id; + hid_t file1_id, file2_id; + hid_t grp1_id, grp2_id; herr_t ret; /* Generic return value */ /* Output message about test being performed */ @@ -1698,8 +1698,8 @@ test_file_double_root_open(void) static void test_file_double_group_open(void) { - hid_t file1_id, file2_id; - hid_t grp1_id, grp2_id; + hid_t file1_id, file2_id; + hid_t grp1_id, grp2_id; herr_t ret; /* Generic return value */ /* Output message about test being performed */ @@ -1737,9 +1737,9 @@ test_file_double_group_open(void) static void test_file_double_dataset_open(void) { - hid_t file1_id, file2_id; - hid_t dset1_id, dset2_id; - hid_t space_id; + hid_t file1_id, file2_id; + hid_t dset1_id, dset2_id; + hid_t space_id; herr_t ret; /* Generic return value */ /* Output message about test being performed */ @@ -1785,8 +1785,8 @@ test_file_double_dataset_open(void) static void test_file_double_datatype_open(void) { - hid_t file1_id, file2_id; - hid_t type1_id, type2_id; + hid_t file1_id, file2_id; + hid_t type1_id, type2_id; herr_t ret; /* Generic return value */ /* Output message about test being performed */ |