mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
4ce76b7894
commit
4c511bcbfa
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue