[LyX/master] Whitespace

Juergen Spitzmueller spitz at lyx.org
Sun Dec 13 03:38:02 UTC 2020


commit 39a28b4b27af761c7b04fe86eee89c19e2dac5d5
Author: Juergen Spitzmueller <spitz at 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"))


More information about the lyx-cvs mailing list