Fixed indentation
This commit is contained in:
parent
4c3141b62e
commit
c6d092a744
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user