Whitespace

This commit is contained in:
Juergen Spitzmueller 2020-12-13 05:08:11 +01:00
parent 33fb7ed258
commit 39a28b4b27

View File

@ -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"))