Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3901 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-04-04 10:47:47 +00:00
parent c724537223
commit 1a71c1b2d2

View File

@ -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);
}