]> git.lyx.org Git - lyx.git/commitdiff
fix whitespace issue
authorStephan Witt <switt@lyx.org>
Fri, 22 May 2015 20:04:10 +0000 (22:04 +0200)
committerStephan Witt <switt@lyx.org>
Fri, 22 May 2015 20:04:19 +0000 (22:04 +0200)
src/frontends/qt4/GuiView.cpp

index e6fda91d11eb26864e7eaa55946f28a00f7e1e38..14c41652a082b9797ca4046dfa29c7c671078011 100644 (file)
@@ -245,7 +245,7 @@ private:
        }
 
        QSize splashSize() const {
-               return  QSize(
+               return QSize(
                        static_cast<unsigned int>(width_ * pixelRatio()),
                        static_cast<unsigned int>(height_ * pixelRatio()));
        }