From 4c41f9cfd1126ff012c2260599109f09a24112c8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:52:37 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/dict/stardict.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dict/stardict.cc b/src/dict/stardict.cc index 6f33cc819..56d8fdf28 100644 --- a/src/dict/stardict.cc +++ b/src/dict/stardict.cc @@ -1735,7 +1735,7 @@ static void handleIdxSynFile( string const & fileName, // synonyms which really start from slash and contain dollar signs, or // end with dollar and contain slashes. if ( headword.front() == '/' ) { - if ( headword.find_first_of( '$' ) !=string::npos ) + if ( headword.find_first_of( '$' ) != string::npos ) continue; // Skip this entry } else if ( headword.end() == '$' ) {