commit d5aaee1f6b9a95e8eb3ae7b1e28cb4d3f11085f7
Author: Georg Baum <[email protected]>
Date:   Sun Dec 7 17:29:12 2014 +0100

    Whitespace

diff --git a/src/Encoding.cpp b/src/Encoding.cpp
index 4a8faf1..1c74f0c 100644
--- a/src/Encoding.cpp
+++ b/src/Encoding.cpp
@@ -82,6 +82,7 @@ CharInfo::CharInfo(
 {
 }
 
+
 Encoding::Encoding(string const & n, string const & l, string const & g,
                   string const & i, bool f, bool u, Encoding::Package p)
        : name_(n), latexName_(l), guiName_(g), iconvName_(i), fixedwidth_(f),
@@ -451,7 +452,7 @@ docstring Encodings::fromLaTeXCommand(docstring const & 
cmd, int cmdtype,
                                   || (tmp.size() == prefix + 1 &&
                                       !isAlphaASCII(tmp[1]) &&
                                       (prefix == 1 || !isAlphaASCII(tmp[2])))
-                                  || k == cmdend 
+                                  || k == cmdend
                                   || !isAlphaASCII(cmd[k])
                                   || tmp[tmp.size() - 1] == '}'
                                 ) {
@@ -660,7 +661,7 @@ void Encodings::read(FileName const & encfile, FileName 
const & symbolsfile)
                if (!symbolslex.next(true))
                        break;
                string sflags = symbolslex.getString();
-               
+
                string tipashortcut;
                int flags = 0;
 
diff --git a/src/Language.cpp b/src/Language.cpp
index e6f7f9e..34ab1f0 100644
--- a/src/Language.cpp
+++ b/src/Language.cpp
@@ -120,7 +120,7 @@ bool Language::readLanguage(Lexer & lex)
                        error = true;
                        continue;
 
-               default: 
+               default:
                        break;
                }
                switch (static_cast<LanguageTags>(le)) {

Reply via email to