diff options
author | axis <qt-info@nokia.com> | 2009-06-17 10:49:25 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-06-17 10:49:25 (GMT) |
commit | e601e40bcae0baee92793c0ec1222ddf9e51607b (patch) | |
tree | cce0b2f3905fe0f30cdef53cf056ab50ee7173d9 /src | |
parent | 31f97fae841b31e846e7f8754e84320f5925bff5 (diff) | |
download | Qt-e601e40bcae0baee92793c0ec1222ddf9e51607b.zip Qt-e601e40bcae0baee92793c0ec1222ddf9e51607b.tar.gz Qt-e601e40bcae0baee92793c0ec1222ddf9e51607b.tar.bz2 |
Fixed indentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/kernel/qeventdispatcher_symbian.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_symbian.cpp b/src/corelib/kernel/qeventdispatcher_symbian.cpp index c0b9e02..17bb9a7 100644 --- a/src/corelib/kernel/qeventdispatcher_symbian.cpp +++ b/src/corelib/kernel/qeventdispatcher_symbian.cpp @@ -647,9 +647,9 @@ bool QEventDispatcherSymbian::processEvents ( QEventLoop::ProcessEventsFlags fla QT_TRY { Q_D(QAbstractEventDispatcher); - // It is safe if this counter overflows. The main importance is that each - // iteration count is different from the last. - m_iterationCount++; + // It is safe if this counter overflows. The main importance is that each + // iteration count is different from the last. + m_iterationCount++; RThread &thread = d->threadData->symbian_thread_handle; @@ -722,7 +722,7 @@ bool QEventDispatcherSymbian::processEvents ( QEventLoop::ProcessEventsFlags fla break; } block = false; - if (timeState == TimeStarted && time.elapsed() > 100) { + if (timeState == TimeStarted && time.elapsed() > 100) { priority = m_processHandle.Priority(); m_processHandle.SetPriority(EPriorityLow); time.start(); |