Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jun 24, 2024
1 parent 3b2dc62 commit 7880f4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/btreeidx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ void BtreeWordSearchRequest::findMatches()
QMutexLocker _( &dataMutex );

for ( auto & x : chain ) {
if ( Utils::AtomicInt::loadAcquire( isCancelled ) )
{
if ( Utils::AtomicInt::loadAcquire( isCancelled ) ) {
break;
}
if ( useWildcards ) {
Expand Down

0 comments on commit 7880f4d

Please sign in to comment.