mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
coding style
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37977 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
85df237aff
commit
c0c7729a83
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user