diff --git a/src/qt/dc.cpp b/src/qt/dc.cpp index 5cd918ba2c..22e164613e 100644 --- a/src/qt/dc.cpp +++ b/src/qt/dc.cpp @@ -120,7 +120,7 @@ void wxQtDCImpl::DoGetSize(int *width, int *height) const int deviceWidth; int deviceHeight; - if (pDevice) + if ( pDevice ) { deviceWidth = pDevice->width(); deviceHeight = pDevice->height();