summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxscreen.cpp
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2014-02-05 09:49:06 -0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-05 13:07:00 +0100
commitbb9dd258434c7146843c0c84e625afcb8b0327f2 (patch)
tree94108ebdea2e7b588c3631c09310d769cea7a027 /src/plugins/platforms/qnx/qqnxscreen.cpp
parent060b853a2f1fc9eb6e91d004ad9162e84dc66fd3 (diff)
QNX: fix wrong coding style
Change-Id: I84b166ee528b7d586f1901e6bfda999ef698c3fd Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxscreen.cpp')
-rw-r--r--src/plugins/platforms/qnx/qqnxscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/qnx/qqnxscreen.cpp b/src/plugins/platforms/qnx/qqnxscreen.cpp
index a09d6ce1f5..3a0607f214 100644
--- a/src/plugins/platforms/qnx/qqnxscreen.cpp
+++ b/src/plugins/platforms/qnx/qqnxscreen.cpp
@@ -565,7 +565,7 @@ void QQnxScreen::updateHierarchy()
// After a hierarchy update, we need to force a flush on all screens.
// Right now, all screens share a context.
- screen_flush_context( m_screenContext, 0 );
+ screen_flush_context(m_screenContext, 0);
}
void QQnxScreen::adjustOrientation()