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:
Christian Ridderström 2017-07-30 00:54:12 +02:00
parent 147e7f9f61
commit 26acdd27c4

View File

@ -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)