Fixed indentation

This commit is contained in:
OpenSceneGraph git repository 2018-03-23 17:01:15 +00:00 committed by GitHub
parent 4c3141b62e
commit c6d092a744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,8 +79,8 @@ OutputStream::~OutputStream()
void OutputStream::setFileVersion( const std::string& d, int v )
{
if (d.empty()) _targetFileVersion = v;
else _domainVersionMap[d] = v;
if (d.empty()) _targetFileVersion = v;
else _domainVersionMap[d] = v;
}
int OutputStream::getFileVersion( const std::string& d ) const