fix whitespace issue

This commit is contained in:
Stephan Witt 2015-05-22 22:04:10 +02:00
parent 0f3fc879d0
commit 89469a9e55

View 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()));
}