mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
Whitespace
This commit is contained in:
parent
0b5c20fc0f
commit
b55a6454d9
@ -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 '(':
|
||||
|
Loading…
Reference in New Issue
Block a user