commit 39a28b4b27af761c7b04fe86eee89c19e2dac5d5
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sun Dec 13 05:08:11 2020 +0100

    Whitespace
---
 src/insets/InsetGraphics.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp
index 6341a6b..d8fabd6 100644
--- a/src/insets/InsetGraphics.cpp
+++ b/src/insets/InsetGraphics.cpp
@@ -126,8 +126,8 @@ string findTargetFormat(string const & format, OutputParams 
const & runparams)
                return "png";
        }
 
-    // for HTML and DocBook, we leave the known formats and otherwise convert 
to png
-    if (runparams.flavor == Flavor::Html || runparams.flavor == 
Flavor::DocBook5) {
+       // for HTML and DocBook, we leave the known formats and otherwise 
convert to png
+       if (runparams.flavor == Flavor::Html || runparams.flavor == 
Flavor::DocBook5) {
                Format const * const f = theFormats().getFormat(format);
                // Convert vector graphics to svg
                if (f && f->vectorFormat() && 
theConverters().isReachable(format, "svg"))
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to