]> git.lyx.org Git - lyx.git/blobdiff - src/ASpell.cpp
rev 19644: I forgot this.
[lyx.git] / src / ASpell.cpp
index cafa53b3d6a0ddb9521129173ae4c8402d9fbeff..51d1ed4bf9315a740280eda2974744c37959af24 100644 (file)
@@ -145,7 +145,7 @@ docstring const ASpell::nextMiss()
 docstring const ASpell::error()
 {
        char const * err = 0;
-       
+
        if (spell_error_object && aspell_error_number(spell_error_object) != 0) {
                err = aspell_error_message(spell_error_object);
        }