]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 16 Mar 2015 13:15:05 +0000 (14:15 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 16 Mar 2015 13:15:05 +0000 (14:15 +0100)
Time to properly set up QtCreator...

src/insets/InsetPhantom.cpp

index f8d99d8bfca5db919e5af03ea0bbf614f52585e4..c2309bc07003ed16f6118910b4707f1453596537 100644 (file)
@@ -311,8 +311,8 @@ docstring InsetPhantom::toolTip(BufferView const &, int, int) const
 
 void InsetPhantom::latex(otexstream & os, OutputParams const & runparams) const
 {
-    if (runparams.moving_arg)
-        os << "\\protect";
+       if (runparams.moving_arg)
+               os << "\\protect";
        if (params_.type == InsetPhantomParams::Phantom)
                os << "\\phantom{";
        else if (params_.type == InsetPhantomParams::HPhantom)