[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-07-23 02:40:46 +00:00 committed by GitHub
parent 46f2e29e5e
commit 1ff838c876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -324,7 +324,7 @@ void StardictDictionary::getArticleProps( uint32_t articleAddress,
memcpy( &headwordSize, articleData, sizeof( uint32_t ) );
articleData += sizeof( uint32_t );
headword.assign(articleData,headwordSize);
headword.assign( articleData, headwordSize );
}
class PowerWordDataProcessor