[*] Two annoying formatting issues in RWLock
This commit is contained in:
parent
66cfbb5351
commit
1a383f8157
@ -21,7 +21,6 @@ namespace Aurora::Threading::Primitives
|
||||
template<bool bIsReadView, typename T>
|
||||
void RWLockAccessView<bIsReadView, T>::Unlock()
|
||||
{
|
||||
|
||||
if constexpr (bIsReadView)
|
||||
{
|
||||
ViewParent->UnlockRead();
|
||||
@ -340,7 +339,6 @@ namespace Aurora::Threading::Primitives
|
||||
template<bool bIsWriteRecursionAllowed>
|
||||
void RWLockImpl<bIsWriteRecursionAllowed>::UnlockWrite()
|
||||
{
|
||||
|
||||
if constexpr (!bIsWriteRecursionAllowed)
|
||||
{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user