diff --git a/src/btreeidx.cc b/src/btreeidx.cc index a04b162bf..87b7aed0f 100644 --- a/src/btreeidx.cc +++ b/src/btreeidx.cc @@ -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 ) {