[LyX/master] Amend 07396ab2445720b21dc8195816eb1aee1f2ae3a7 - fix white space.

Stephan Witt switt at lyx.org
Sun Mar 7 09:41:19 UTC 2021


commit 3f75fb7a481e8a12653b02523f855c16625c4526
Author: Stephan Witt <switt at lyx.org>
Date:   Sun Mar 7 10:46:00 2021 +0100

    Amend 07396ab2445720b21dc8195816eb1aee1f2ae3a7 - fix white space.
---
 src/AppleSpellChecker.cpp |    2 +-
 src/Text3.cpp             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/AppleSpellChecker.cpp b/src/AppleSpellChecker.cpp
index 1975121..4f22a5e 100644
--- a/src/AppleSpellChecker.cpp
+++ b/src/AppleSpellChecker.cpp
@@ -87,7 +87,7 @@ SpellChecker::Result AppleSpellChecker::check(WordLangTuple const & word,
 	string const word_str = to_utf8(word.word());
 	string const lang = d->languageMap[word.lang()->lang()];
 
- 	vector<WordLangTuple>::const_iterator it = docdict.begin();
+	vector<WordLangTuple>::const_iterator it = docdict.begin();
 	for (; it != docdict.end(); ++it) {
 		if (it->lang()->code() != word.lang()->code())
 			continue;
diff --git a/src/Text3.cpp b/src/Text3.cpp
index 5e9f6cf..794e962 100644
--- a/src/Text3.cpp
+++ b/src/Text3.cpp
@@ -2770,7 +2770,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
 		}
 		break;
 	}
-	
+
 
 	case LFUN_SPELLING_IGNORE: {
 		Language const * language = getLanguage(cur, cmd.getArg(1));


More information about the lyx-cvs mailing list