mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r18819] Maintenance: fixed typo in a comment line and formatting.
Platforms tested: jam (minor fix)
This commit is contained in:
parent
d7a89d6c7b
commit
e870eca72e
@ -1264,11 +1264,11 @@ static int test_detachscales(void)
|
||||
if(H5Dclose(dsid) < 0)
|
||||
goto out;
|
||||
}
|
||||
/* Check that attribute "REFERENCE_LIST" doesn't exist anymore */
|
||||
if(H5Aexists(did, DIMENSION_LIST)!= 0)
|
||||
goto out;
|
||||
if(H5Dclose(did) < 0)
|
||||
goto out;
|
||||
/* Check that attribute "DIMENSION_LIST" doesn't exist anymore */
|
||||
if(H5Aexists(did, DIMENSION_LIST)!= 0)
|
||||
goto out;
|
||||
if(H5Dclose(did) < 0)
|
||||
goto out;
|
||||
}
|
||||
else
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user