VirtualBox

Changeset 48934 in vbox


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
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h

    r48514 r48934  
    244244    uint8_t u8FormatId;    /* The unique identifier of the format on the client. */
    245245    uint8_t u8FormatType;  /* MJPEG etc. VRDE_VIDEOIN_FORMAT_* */
    246     uint8_t u8FormatFlags; /* VRDE_VIDEOIN_F_FMT_* */ 
     246    uint8_t u8FormatFlags; /* VRDE_VIDEOIN_F_FMT_* */
    247247    uint8_t u8NumFrames;   /* Number of following VRDEVIDEOINFRAMEDESC structures. */
    248248    uint16_t u16Reserved;  /* Must be set to 0. */
     
    873873    VRDEVIDEOINMSGHDR hdr;
    874874    VRDEVIDEOINDEVICEDESC Device;
    875     /* 
     875    /*
    876876     * VRDEVIDEOINFORMATDESC[0]
    877877     * VRDEVIDEOINFRAMEDESC[0]
  • trunk/include/VBox/VBoxTpG.h

    r44529 r48934  
    131131    static VTGPROBELOC a_VarName; \
    132132    __asm__ (".stabs \"__VTGPrLcSet\",  23, 0, 0, _" #a_VarName );
    133    
     133
    134134# else
    135135#  error "Unsupported Darwin compiler!"
  • trunk/include/VBox/VMMDev.h

    r47294 r48934  
    3535#include <iprt/assert.h>
    3636
    37  
     37
    3838#pragma pack(4) /* force structure dword packing here. */
    3939RT_C_DECLS_BEGIN
  • trunk/include/VBox/com/Guid.h

    r44528 r48934  
    194194            mGuidState = INVALID_GUID;
    195195        }
    196         else 
     196        else
    197197        {
    198198            if (isEmpty())
  • trunk/include/VBox/vmm/pdmcritsectrw.h

    r45299 r48934  
    9696#endif
    9797
    98 
  • 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