]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.cpp
* do not lookup the same macro all the time
[lyx.git] / src / Encoding.cpp
index 59536062686ddafe77a5b169ba6f43c1870922b8..eb2a1e736257c53b13213ac684ca09a3c73d96b1 100644 (file)
@@ -166,7 +166,7 @@ void Encoding::init() const
                                        encodable_.insert(c);
                        }
                }
-               } else {
+       } else {
                // We do not know how many code points this encoding has, and
                // they do not have a direct representation as a single byte,
                // therefore we need to check all UCS4 code points.