From: Angus Leeming Date: Thu, 4 Apr 2002 10:47:47 +0000 (+0000) Subject: Whitespace. X-Git-Tag: 1.6.10~19503 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1a71c1b2d220a06ddb5f1ba3e9c227ca57b574e7;p=features.git Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3901 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/graphics/GraphicsParams.C b/src/graphics/GraphicsParams.C index f63b28b0b0..0ddcff4ba6 100644 --- a/src/graphics/GraphicsParams.C +++ b/src/graphics/GraphicsParams.C @@ -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); }