mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
xapian code format
This commit is contained in:
parent
d7a8849234
commit
e2bcf0e8e0
|
@ -32,8 +32,8 @@ DEF_EX( exUserAbort, "User abort", Dictionary::Ex )
|
|||
|
||||
namespace FtsHelpers
|
||||
{
|
||||
//finished reversed dehsinif
|
||||
const static std::string finish_mark = std::string("dehsinif");
|
||||
// finished reversed dehsinif
|
||||
const static std::string finish_mark = std::string( "dehsinif" );
|
||||
|
||||
bool ftsIndexIsOldOrBad( string const & indexFile,
|
||||
BtreeIndexing::BtreeDictionary * dict )
|
||||
|
|
Loading…
Reference in a new issue