VirtualBox

Changeset 40745 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Apr 2, 2012 1:11:25 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77225
Message:

Runtime/r0drv/solaris: spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/dbg-r0drv-solaris.c

    r40702 r40745  
    170170    uint32_t cRefs = ASMAtomicIncU32(&pThis->cRefs);
    171171    Assert(cRefs && cRefs < 100000);
    172     NOREF(cRefs);
    173172    return cRefs;
    174173}
     
    201200    AssertPtrReturn(pszMember, VERR_INVALID_PARAMETER);
    202201    AssertPtrReturn(pszStructure, VERR_INVALID_PARAMETER);
    203     AssertPtrReturn(poffMember,  VERR_INVALID_PARAMETER);
     202    AssertPtrReturn(poffMember, VERR_INVALID_PARAMETER);
    204203    RT_ASSERT_PREEMPTIBLE();
    205204
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