coding style

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37977 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2011-03-20 15:44:40 +00:00
parent 85df237aff
commit c0c7729a83

View 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) {