VirtualBox

Changeset 48934 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 7, 2013 9:12:09 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89631
Message:

include/: Whitespace cleanup by scm.

Location:
trunk/include/iprt
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/assert.h

    r47619 r48934  
    316316
    317317/** @def RTASSERT_OFFSET_OF()
    318  * A offsetof() macro suitable for compile time assertions. 
     318 * A offsetof() macro suitable for compile time assertions.
    319319 * Both GCC v4 and VisualAge for C++ v3.08 has trouble using RT_OFFSETOF.
    320320 */
     
    411411#define AssertCompileMembersAtSameOffset(type1, member1, type2, member2) \
    412412    AssertCompile(RTASSERT_OFFSET_OF(type1, member1) == RTASSERT_OFFSET_OF(type2, member2))
    413  
     413
    414414/** @def AssertCompileMembersSameSize
    415415 * Asserts that members of two different structures have the same size.
  • trunk/include/iprt/getopt.h

    r45375 r48934  
    173173    RTNETADDRIPV4   IPv4Addr;
    174174    /** A RTGETOPT_REQ_IPV4CIDR option argument. */
    175     struct 
    176     { 
    177         RTNETADDRIPV4 IPv4Network;
    178         RTNETADDRIPV4 IPv4Netmask;
     175    struct
     176    {
     177        RTNETADDRIPV4 IPv4Network;
     178        RTNETADDRIPV4 IPv4Netmask;
    179179    } CidrIPv4;
    180180#endif
  • trunk/include/iprt/manifest.h

    r46980 r48934  
    499499 * @param   pvBuf                Pointer to memory buffer of the manifest file.
    500500 * @param   cbSize               Size of the memory buffer.
    501  * @param   penmDigestType       Where to return the first digest type found in 
     501 * @param   penmDigestType       Where to return the first digest type found in
    502502 *                               the manifest.
    503503 * @deprecated Use the RTMANIFEST based API instead.
  • trunk/include/iprt/sha.h

    r45227 r48934  
    221221 * @returns iprt status code.
    222222 *
    223  * @param   pvBuf                 Memory buffer to create a 
     223 * @param   pvBuf                 Memory buffer to create a
    224224 *                                SHA256 digest for.
    225225 * @param   cbBuf                 The amount of data (in bytes).
     
    235235 * @returns iprt status code.
    236236 *
    237  * @param   pszFile               Filename to create a SHA256 
     237 * @param   pszFile               Filename to create a SHA256
    238238 *                                digest for.
    239239 * @param   ppszDigest            On success the SHA256 digest.
  • trunk/include/iprt/system.h

    r44528 r48934  
    200200#define RTSYSTEM_SHUTDOWN_REBOOT            UINT32_C(0)
    201201/** Reboot the system after shutdown.
    202  * The call may return VINF_SYS_MAY_POWER_OFF if the OS / 
     202 * The call may return VINF_SYS_MAY_POWER_OFF if the OS /
    203203 * hardware combination may power off instead of halting. */
    204204#define RTSYSTEM_SHUTDOWN_HALT              UINT32_C(1)
     
    230230 *          depending on the OS.
    231231 * @retval  VINF_SUCCESS
    232  * @retval  VINF_SYS_MAY_POWER_OFF 
    233  * @retval  VERR_SYS_SHUTDOWN_FAILED 
    234  * @retval  VERR_SYS_CANNOT_POWER_OFF 
    235  * 
     232 * @retval  VINF_SYS_MAY_POWER_OFF
     233 * @retval  VERR_SYS_SHUTDOWN_FAILED
     234 * @retval  VERR_SYS_CANNOT_POWER_OFF
     235 *
    236236 * @param   cMsDelay            The delay before the actual reboot.  If this is
    237237 *                              not supported by the OS, an immediate reboot
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