Whitespace

This commit is contained in:
Juergen Spitzmueller 2012-07-23 14:59:45 +02:00
parent 0b5c20fc0f
commit b55a6454d9

View 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 '(':