From e30db1e44474ee379bedb0d1c752297541156497 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 16 Mar 2015 14:15:05 +0100 Subject: [PATCH] Whitespace Time to properly set up QtCreator... --- src/insets/InsetPhantom.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetPhantom.cpp b/src/insets/InsetPhantom.cpp index f8d99d8bfc..c2309bc070 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) -- 2.39.2