From 4c511bcbfa219a837a742568ef86739c1a94b371 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 08:37:48 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/ftshelpers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftshelpers.cc b/src/ftshelpers.cc index e147c337..bde8a82e 100644 --- a/src/ftshelpers.cc +++ b/src/ftshelpers.cc @@ -113,7 +113,7 @@ void makeFTSIndex( BtreeIndexing::BtreeDictionary * dict, QAtomicInt & isCancell for ( auto const & address : offsets ) { //check every 1000 documents. - if(indexedDoc%1000 == 0){ + if ( indexedDoc % 1000 == 0 ) { auto totalLength = db.get_total_length(); qDebug() << "xapian database length:" << totalLength; }