VirtualBox

Changeset 48936 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 7, 2013 9:21:42 PM (11 years ago)
Author:
vboxsync
Message:

VMM: Whitespace cleanups by scm.

Location:
trunk/src/VBox/VMM/VMMR3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CSAM.cpp

    r45620 r48936  
    958958        /* mov xx, CS is a dangerous instruction as our raw ring usage leaks through. */
    959959        if (    EMIsRawRing1Enabled(pVM)
    960             &&  (pCpu->Param2.fUse & DISUSE_REG_SEG) 
     960            &&  (pCpu->Param2.fUse & DISUSE_REG_SEG)
    961961            &&  (pCpu->Param2.Base.idxSegReg == DISSELREG_CS))
    962962        {
     
    27142714
    27152715            rc = PATMR3InstallPatch(pVM, pHandler, fPatchFlags);
    2716             if (    RT_SUCCESS(rc) 
     2716            if (    RT_SUCCESS(rc)
    27172717                ||  rc == VERR_PATM_ALREADY_PATCHED)
    27182718            {
  • trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp

    r48890 r48936  
    815815        if (paUsbDevs[i].pUsbDev->pReg->fFlags & PDM_USBREG_HIGHSPEED_CAPABLE)
    816816            iUsbVersion |= VUSB_STDVER_20;
    817        
     817
    818818        /*
    819819         * Find a suitable hub with free ports.
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