commit 9f99f3073a9030e4ee37b2a2eccbae65fb04b703
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Aug 27 12:13:55 2018 +0200

    Correct indentation
---
 src/tex2lyx/table.cpp |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/tex2lyx/table.cpp b/src/tex2lyx/table.cpp
index 2bf5d65..b6d4bac 100644
--- a/src/tex2lyx/table.cpp
+++ b/src/tex2lyx/table.cpp
@@ -496,14 +496,14 @@ void handle_colalign(Parser & p, vector<ColInfo> & 
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

Reply via email to