added brace wrapping after if and for
This commit is contained in:
@@ -32,7 +32,8 @@ public:
|
||||
|
||||
~AccessGuard()
|
||||
{
|
||||
if (this->isValid_) this->mutex_->unlock();
|
||||
if (this->isValid_)
|
||||
this->mutex_->unlock();
|
||||
}
|
||||
|
||||
T *operator->() const
|
||||
|
||||
Reference in New Issue
Block a user