commit 0018e4ec96ec7352ea60f3185eaffeced408c155
Author: Juergen Spitzmueller <[email protected]>
Date:   Thu Jul 11 11:32:59 2019 +0200

    Fix indentation
---
 src/BufferParams.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp
index 3d9f717..d98f768 100644
--- a/src/BufferParams.cpp
+++ b/src/BufferParams.cpp
@@ -1816,7 +1816,7 @@ bool BufferParams::writeLaTeX(otexstream & os, 
LaTeXFeatures & features,
        // (In documents containing text in Thai language, 
        // we must load inputenc after babel, see lib/languages).
        if (!contains(features.getBabelPostsettings(), from_ascii("thai.ldf")))
-         writeEncodingPreamble(os, features);
+               writeEncodingPreamble(os, features);
 
        // includeonly
        if (!features.runparams().includeall && !included_children_.empty()) {
@@ -2311,7 +2311,7 @@ bool BufferParams::writeLaTeX(otexstream & os, 
LaTeXFeatures & features,
        // In documents containing text in Thai language, 
        // we must load inputenc after babel (see lib/languages).
        if (contains(features.getBabelPostsettings(), from_ascii("thai.ldf")))
-         writeEncodingPreamble(os, features);
+               writeEncodingPreamble(os, features);
 
        if (features.isRequired("bicaption"))
                os << "\\usepackage{bicaption}\n";

Reply via email to