]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@lyx.org>
Tue, 18 Mar 2014 01:00:05 +0000 (21:00 -0400)
committerRichard Heck <rgheck@lyx.org>
Wed, 19 Mar 2014 15:04:56 +0000 (11:04 -0400)
src/insets/RenderPreview.cpp

index 92363d435d2a6e111e341d09b5b715d38072533c..d9946e838d807a1cc44320d55c0e29736eac4ad9 100644 (file)
@@ -148,7 +148,6 @@ void RenderPreview::draw(PainterInfo & pi, int x, int y) const
        if (image) {
                pi.pain.image(x, y - dim_.asc, dim_.wid, dim_.height(),
                              *image);
-
        } else {
                int const offset = Inset::TEXT_TO_INSET_OFFSET;