fix code-style consistency
This commit is contained in:
@@ -680,7 +680,8 @@ void Mat::addref()
|
||||
CV_XADD(&u->refcount, 1);
|
||||
}
|
||||
|
||||
inline void Mat::release()
|
||||
inline
|
||||
void Mat::release()
|
||||
{
|
||||
if( u && CV_XADD(&u->refcount, -1) == 1 )
|
||||
deallocate();
|
||||
|
||||
Reference in New Issue
Block a user