mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace
This commit is contained in:
parent
33fb7ed258
commit
39a28b4b27
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user