QNX: fix wrong coding style

Change-Id: I84b166ee528b7d586f1901e6bfda999ef698c3fd
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Rafael Roquetto 2014-02-05 09:49:06 -02:00 committed by The Qt Project
parent 060b853a2f
commit bb9dd25843
1 changed files with 1 additions and 1 deletions

View File

@ -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()