VirtualBox

Changeset 52613 in vbox for trunk/src


Ignore:
Timestamp:
Sep 5, 2014 10:17:21 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95894
Message:

Devices/DevACPI: tabs to spaces, trailing whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r52475 r52613  
    6666/* Default base for PM PIIX4 device */
    6767#define PM_PORT_BASE    0x4000
    68 /* Port offsets in PM device */   
     68/* Port offsets in PM device */
    6969enum
    7070{
     
    875875/**
    876876  * Used by acpiR3PMTimer & acpiPmTmrRead to update TMR_VAL and update TMR_STS
    877   * 
     877  *
    878878  * The caller is expected to either hold the clock lock or to have made sure
    879879  * the VM is resetting or loading state.
     
    15501550    if (rc != VINF_SUCCESS)
    15511551        return rc;
    1552    
     1552
    15531553    rc = PDMCritSectEnter(&pThis->CritSect, VINF_IOM_R3_IOPORT_READ);
    15541554    if (rc != VINF_SUCCESS)
    15551555    {
    1556             TMTimerUnlock(pThis->CTX_SUFF(pPmTimer));
    1557             return rc;
     1556        TMTimerUnlock(pThis->CTX_SUFF(pPmTimer));
     1557        return rc;
    15581558    }
    15591559
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