diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-11-03 15:46:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-11-03 15:46:53 (GMT) |
commit | 84787e3085874639ced844666f902297a7b5148b (patch) | |
tree | 6cff7240264960ccf9261d2fb2b3c8b7bcda4fa6 /test/objcopy.c | |
parent | da0f0391aebbb3b145f8be021b93ec42686367aa (diff) | |
download | hdf5-84787e3085874639ced844666f902297a7b5148b.zip hdf5-84787e3085874639ced844666f902297a7b5148b.tar.gz hdf5-84787e3085874639ced844666f902297a7b5148b.tar.bz2 |
Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping
in tools code.
Diffstat (limited to 'test/objcopy.c')
-rw-r--r-- | test/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objcopy.c b/test/objcopy.c index f4b1561..5326fa4 100644 --- a/test/objcopy.c +++ b/test/objcopy.c @@ -10547,7 +10547,7 @@ test_copy_committed_dt_merge_attr(hid_t fcpl_src, hid_t fcpl_dst, hid_t src_fapl if((aid = H5Acreate2(gid, "attr", tid, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) TEST_ERROR /* write data into file */ - //if(H5Awrite(aid, tid, buf) < 0) TEST_ERROR + if(H5Awrite(aid, tid, buf) < 0) TEST_ERROR /* close the datatype */ if(H5Tclose(tid) < 0) TEST_ERROR |