fix code-style consistency
This commit is contained in:
parent
f210602d1e
commit
5cc1ef9022
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user