commit e30db1e44474ee379bedb0d1c752297541156497
Author: Juergen Spitzmueller <[email protected]>
Date: Mon Mar 16 14:15:05 2015 +0100
Whitespace
Time to properly set up QtCreator...
diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp
index f8d99d8..c2309bc 100644
--- a/src/insets/InsetPhantom.cpp
+++ b/src/insets/InsetPhantom.cpp
@@ -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)