VirtualBox

Ignore:
Timestamp:
Apr 4, 2010 2:16:32 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59682
Message:

*: scm cleans up whitespace and adds a new line at the end of ApplianceimplPrivate.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp

    r27901 r27976  
    375375    if (!urg)
    376376    {
    377         while (ASMAtomicReadU32(&g_pNAT->cUrgPkt) != 0 
     377        while (ASMAtomicReadU32(&g_pNAT->cUrgPkt) != 0
    378378               || ASMAtomicReadU32(&g_pNAT->cPkt) == 0)
    379379            rc = RTSemEventWait(g_pNAT->m_EventSend, RT_INDEFINITE_WAIT);
    380     } 
     380    }
    381381    else
    382382    {
     
    394394
    395395        rc = INTNETRingWriteFrame(&pThis->m_pIfBuf->Send, pvFrame, cbFrame);
    396        
     396
    397397    }
    398398    if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

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