[svn-r18819] Maintenance: fixed typo in a comment line and formatting.

Platforms tested: jam (minor fix)
This commit is contained in:
Elena Pourmal 2010-05-14 23:23:44 -05:00
parent d7a89d6c7b
commit e870eca72e

View File

@ -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;