Whitespace

Time to properly set up QtCreator...
This commit is contained in:
Juergen Spitzmueller 2015-03-16 14:15:05 +01:00
parent d044d6afa7
commit e30db1e444

View File

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