]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 23 Jul 2012 12:59:45 +0000 (14:59 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 23 Jul 2012 12:59:45 +0000 (14:59 +0200)
src/Paragraph.cpp

index 8126a2ffbfff54c42137560345a6189a4ff26a2c..71f68919da549c89f296c04450e92d8f693ec9ea 100644 (file)
@@ -1910,8 +1910,8 @@ char_type Paragraph::getUChar(BufferParams const & bparams, pos_type pos) const
        // unified with Hebrew or at least if all bracket types should be
        // handled the same (file format change in either case).
        string const & lang = getFontSettings(bparams, pos).language()->lang();
-       bool const arabic = lang == "arabic_arabtex" || lang == "arabic_arabi" ||
-                                               lang == "farsi";
+       bool const arabic = lang == "arabic_arabtex" || lang == "arabic_arabi"
+               || lang == "farsi";
        char_type uc = c;
        switch (c) {
        case '(':