QNX: fix wrong coding style
Change-Id: I84b166ee528b7d586f1901e6bfda999ef698c3fd Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>bb10
parent
060b853a2f
commit
bb9dd25843
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue