commit 1269860b45646dac3a3425307dbdd56c99005732
Author: José Matos <jama...@lyx.org>
Date:   Mon Mar 27 11:26:58 2017 +0100

    lyx2lyx: remove trailing whitespaces from lyx_1_6.py
---
 lib/lyx2lyx/lyx_1_6.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py
index f8409a0..b5650e2 100644
--- a/lib/lyx2lyx/lyx_1_6.py
+++ b/lib/lyx2lyx/lyx_1_6.py
@@ -430,7 +430,7 @@ def lyx2latex(document, lines):
             continue
         inert = ert_end >= curline
         content += lyxline2latex(document, lines[curline], inert)
-      
+
     return content
 
 

Reply via email to