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
8e61aed9d5
commit
4c41f9cfd1
|
@ -1735,7 +1735,7 @@ static void handleIdxSynFile( string const & fileName,
|
||||||
// synonyms which really start from slash and contain dollar signs, or
|
// synonyms which really start from slash and contain dollar signs, or
|
||||||
// end with dollar and contain slashes.
|
// end with dollar and contain slashes.
|
||||||
if ( headword.front() == '/' ) {
|
if ( headword.front() == '/' ) {
|
||||||
if ( headword.find_first_of( '$' ) !=string::npos )
|
if ( headword.find_first_of( '$' ) != string::npos )
|
||||||
continue; // Skip this entry
|
continue; // Skip this entry
|
||||||
}
|
}
|
||||||
else if ( headword.end() == '$' ) {
|
else if ( headword.end() == '$' ) {
|
||||||
|
|
Loading…
Reference in a new issue