mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Whitespace.
This commit is contained in:
parent
56071d2fb0
commit
320edd1c24
@ -416,9 +416,9 @@ bool Converters::convert(Buffer const * buffer,
|
|||||||
LYXERR(Debug::FILES, "No converter defined! "
|
LYXERR(Debug::FILES, "No converter defined! "
|
||||||
"I use convertDefault.py:\n\t" << command);
|
"I use convertDefault.py:\n\t" << command);
|
||||||
Systemcall one;
|
Systemcall one;
|
||||||
Systemcall::Starttype starttype =
|
Systemcall::Starttype starttype =
|
||||||
(buffer && buffer->isClone()) ?
|
(buffer && buffer->isClone()) ?
|
||||||
Systemcall::WaitLoop : Systemcall::Wait;
|
Systemcall::WaitLoop : Systemcall::Wait;
|
||||||
one.startscript(starttype, command,
|
one.startscript(starttype, command,
|
||||||
buffer ? buffer->filePath() : string(),
|
buffer ? buffer->filePath() : string(),
|
||||||
buffer ? buffer->layoutPos() : string());
|
buffer ? buffer->layoutPos() : string());
|
||||||
|
Loading…
Reference in New Issue
Block a user