From 9f99f3073a9030e4ee37b2a2eccbae65fb04b703 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 27 Aug 2018 12:13:55 +0200 Subject: [PATCH] Correct indentation --- src/tex2lyx/table.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.39.5