Fix misleading indentation in sg_path.cxx (g++ warning)
This commit is contained in:
parent
a962c90b30
commit
ef9eedf35a
@ -532,8 +532,9 @@ void SGPath::validate() const
|
||||
//------------------------------------------------------------------------------
|
||||
void SGPath::checkAccess() const
|
||||
{
|
||||
if( _rwCached && _cacheEnabled )
|
||||
if ( _rwCached && _cacheEnabled ) {
|
||||
return;
|
||||
}
|
||||
|
||||
validate();
|
||||
_rwCached = true;
|
||||
|
Loading…
Reference in New Issue
Block a user