]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
Revert "Makes caret height adapt to context in mathed."
[lyx.git] / src / Encoding.h
index 0f6e8ff4386b8b4b6f269f3ecd815cd96ce49f1a..7400127f2d5c5c58734384399fa24d8dea13d7cd 100644 (file)
@@ -130,7 +130,7 @@ public:
        /// Represent any of the above packages
        static int const any;
        ///
-       Encoding() : fixedwidth_(true), unsafe_(false), forced_(0), 
+       Encoding() : fixedwidth_(true), unsafe_(false), forced_(0),
                     start_encodable_(0), package_(none), complete_(false) {}
        ///
        Encoding(std::string const & n, std::string const & l,