]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorAngus Leeming <leeming@lyx.org>
Thu, 4 Apr 2002 10:47:47 +0000 (10:47 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 4 Apr 2002 10:47:47 +0000 (10:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3901 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/GraphicsParams.C

index f63b28b0b05c1c1398fe51a20ba5ee5874828146..0ddcff4ba67e42fe02f7d5055da31afaebab872e 100644 (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);
 }