mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix editorial whitespace issues, e.g. extra space before semicolon
Fix some editorial whitespace errors in AspellChecker.cpp. Changes are non-controversial and I've reviewed them manually. The whitespace errors were distracting from the big picture while using the file to work on candidate(s) for a clang-format configuration.
This commit is contained in:
parent
147e7f9f61
commit
26acdd27c4
@ -124,7 +124,6 @@ struct AspellChecker::Private
|
||||
{
|
||||
return "/lib/aspell-0.60";
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
@ -431,7 +430,6 @@ AspellChecker::~AspellChecker()
|
||||
|
||||
SpellChecker::Result AspellChecker::check(WordLangTuple const & word)
|
||||
{
|
||||
|
||||
AspellSpeller * m = d->speller(word.lang());
|
||||
|
||||
if (!m)
|
||||
|
Loading…
Reference in New Issue
Block a user