mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Whitespace
Time to properly set up QtCreator...
This commit is contained in:
parent
d044d6afa7
commit
e30db1e444
@ -311,8 +311,8 @@ docstring InsetPhantom::toolTip(BufferView const &, int, int) const
|
|||||||
|
|
||||||
void InsetPhantom::latex(otexstream & os, OutputParams const & runparams) const
|
void InsetPhantom::latex(otexstream & os, OutputParams const & runparams) const
|
||||||
{
|
{
|
||||||
if (runparams.moving_arg)
|
if (runparams.moving_arg)
|
||||||
os << "\\protect";
|
os << "\\protect";
|
||||||
if (params_.type == InsetPhantomParams::Phantom)
|
if (params_.type == InsetPhantomParams::Phantom)
|
||||||
os << "\\phantom{";
|
os << "\\phantom{";
|
||||||
else if (params_.type == InsetPhantomParams::HPhantom)
|
else if (params_.type == InsetPhantomParams::HPhantom)
|
||||||
|
Loading…
Reference in New Issue
Block a user