mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3901 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c724537223
commit
1a71c1b2d2
@ -87,13 +87,13 @@ GParams::GParams(InsetGraphicsParams const & iparams, string const & filepath)
|
|||||||
|
|
||||||
bool operator==(GParams const & a, GParams const & b)
|
bool operator==(GParams const & a, GParams const & b)
|
||||||
{
|
{
|
||||||
return (a.filename == b.filename &&
|
return (a.filename == b.filename &&
|
||||||
a.display == b.display &&
|
a.display == b.display &&
|
||||||
a.bb == b.bb &&
|
a.bb == b.bb &&
|
||||||
a.width == b.width &&
|
a.width == b.width &&
|
||||||
a.height == b.height &&
|
a.height == b.height &&
|
||||||
a.scale == b.scale &&
|
a.scale == b.scale &&
|
||||||
a.angle == b.angle);
|
a.angle == b.angle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user