]> git.lyx.org Git - lyx.git/commitdiff
coding style
authorAbdelrazak Younes <younes@lyx.org>
Sun, 20 Mar 2011 15:44:40 +0000 (15:44 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 20 Mar 2011 15:44:40 +0000 (15:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37977 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index e8cc2fa162efd181a0986cb8b279ec0ec1cf0a65..5b397bd8778fbeba1d3c8f759f9bf318b1794e44 100644 (file)
@@ -2375,8 +2375,8 @@ void Paragraph::latex(BufferParams const & bparams,
                                                            runparams);
                }
 
-               Change const & change = runparams.inDeletedInset ? runparams.changeOfDeletedInset
-                                                                : lookupChange(i);
+               Change const & change = runparams.inDeletedInset
+                       ? runparams.changeOfDeletedInset : lookupChange(i);
 
                if (bparams.outputChanges && runningChange != change) {
                        if (open_font) {