From: Juergen Spitzmueller Date: Mon, 27 Aug 2018 10:13:55 +0000 (+0200) Subject: Correct indentation X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3092 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9f99f3073a9030e4ee37b2a2eccbae65fb04b703;p=features.git Correct indentation --- diff --git a/src/tex2lyx/table.cpp b/src/tex2lyx/table.cpp index 2bf5d650a5..b6d4bac842 100644 --- a/src/tex2lyx/table.cpp +++ b/src/tex2lyx/table.cpp @@ -496,14 +496,14 @@ void handle_colalign(Parser & p, vector & colinfo, case '@': // text instead of the column spacing case '!': { - // text in addition to the column spacing - string const arg = p.verbatim_item(); - next.special += t.character(); - next.special += '{' + arg + '}'; - string const sarg = arg.size() > 2 ? arg.substr(0, arg.size() - 1) : string(); - if (t.character() == '@' && sarg == "\\extracolsep{0pt}") - next.decimal_point = arg.back(); - break; + // text in addition to the column spacing + string const arg = p.verbatim_item(); + next.special += t.character(); + next.special += '{' + arg + '}'; + string const sarg = arg.size() > 2 ? arg.substr(0, arg.size() - 1) : string(); + if (t.character() == '@' && sarg == "\\extracolsep{0pt}") + next.decimal_point = arg.back(); + break; } default: { // try user defined column types