VirtualBox

Changeset 26186 in vbox for trunk/src/VBox/Main/hgcm


Ignore:
Timestamp:
Feb 3, 2010 1:07:12 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57205
Message:

Main: coding style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/hgcm/HGCMThread.cpp

    r21878 r26186  
    194194    pThread->m_fu32ThreadFlags &= ~HGCMMSG_TF_INITIALIZING;
    195195    rc = RTThreadUserSignal (ThreadSelf);
    196     AssertRC (rc);
     196    AssertRC(rc);
    197197
    198198    pThread->m_pfnThread (pThread->Handle (), pThread->m_pvUser);
     
    300300                    /* Wait until the thread is ready. */
    301301                    rc = RTThreadUserWait (thread, 30000);
    302                     AssertRC (rc);
    303                     Assert (!(m_fu32ThreadFlags & HGCMMSG_TF_INITIALIZING) || RT_FAILURE(rc));
     302                    AssertRC(rc);
     303                    Assert(!(m_fu32ThreadFlags & HGCMMSG_TF_INITIALIZING) || RT_FAILURE(rc));
    304304                }
    305305                else
     
    484484
    485485            /* Remove the message from the head of Queue list. */
    486             Assert (m_pMsgInputQueueHead->m_pPrev == NULL);
     486            Assert(m_pMsgInputQueueHead->m_pPrev == NULL);
    487487
    488488            if (m_pMsgInputQueueHead->m_pNext)
     
    493493            else
    494494            {
    495                 Assert (m_pMsgInputQueueHead == m_pMsgInputQueueTail);
     495                Assert(m_pMsgInputQueueHead == m_pMsgInputQueueTail);
    496496
    497497                m_pMsgInputQueueHead = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette