Skip to content

Commit d65fac1

Browse files
committed
Misc
1 parent 713da1e commit d65fac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jrd/CacheVector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void ElementBase::setLock(thread_db* tdbb, MetaId id, const char* family)
204204
void ElementBase::releaseLock(thread_db* tdbb)
205205
{
206206
bool t = true;
207-
if (lock && locked.compare_exchange_strong(t,false))
207+
if (lock && locked.compare_exchange_strong(t, false))
208208
LCK_release(tdbb, lock);
209209
}
210210

0 commit comments

Comments
 (0)