mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +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)
|
||||
{
|
||||
return (a.filename == b.filename &&
|
||||
a.display == b.display &&
|
||||
a.bb == b.bb &&
|
||||
a.width == b.width &&
|
||||
a.height == b.height &&
|
||||
a.scale == b.scale &&
|
||||
a.angle == b.angle);
|
||||
return (a.filename == b.filename &&
|
||||
a.display == b.display &&
|
||||
a.bb == b.bb &&
|
||||
a.width == b.width &&
|
||||
a.height == b.height &&
|
||||
a.scale == b.scale &&
|
||||
a.angle == b.angle);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user