VirtualBox

Changeset 26487 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 14, 2010 7:07:53 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57656
Message:

include: whitespace cleanup.

Location:
trunk/include/VBox
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HGSMI/HGSMIChannels.h

    r22652 r26487  
    4242 * to a free 16 bit numerical value. values are allocated in range
    4343 * [HGSMI_CH_STRING_FIRST;HGSMI_CH_STRING_LAST].
    44  * 
     44 *
    4545 */
    4646
  • trunk/include/VBox/HostServices/VBoxOGLOp.h

    r8155 r26487  
    5656    OGL_CMD(op, 0, 0);                                                                      \
    5757    OGL_CMD_END(op);
    58    
     58
    5959#define VBOX_OGL_GEN_OP1(op, p1)                                                            \
    6060    OGL_CMD(op, 1, sizeof(p1));                                                             \
     
    576576    OGL_CMD(op, 0);                                                                         \
    577577    gl##op();
    578    
     578
    579579#define VBOX_OGL_GEN_OP1(op, Type1)                                                         \
    580580    OGL_CMD(op, 1);                                                                         \
     
    767767    OGL_PARAM(Type1, p1);                                                                       \
    768768    pClient->lastretval = gl##op(p1);
    769    
     769
    770770#define VBOX_OGL_GEN_SYNC_OP2_RET(rettype, op, Type1, Type2)                                          \
    771771    OGL_CMD(op, 2);                                                                             \
     
    10161016/* OpenGL opcodes */
    10171017/* Note: keep all three tables in sync! */
    1018 typedef enum 
     1018typedef enum
    10191019{
    10201020    VBOX_OGL_OP_Illegal                     = 0,
     
    18911891#endif
    18921892
    1893 static OPENGL_EXT OpenGLExtensions[] = 
     1893static OPENGL_EXT OpenGLExtensions[] =
    18941894{
    18951895    {   "WGL_EXT_swap_control",             "wglSwapIntervalEXT",               VBOX_OGL_EXTENSION(wglSwapIntervalEXT),                      false },
  • trunk/include/VBox/HostServices/VBoxOpenGLSvc.h

    r8155 r26487  
    125125     */
    126126    HGCMFunctionParameter   cCommands;
    127    
     127
    128128    /** 64bit, out: retval
    129129     * uint64_t return code of last command
     
    164164     */
    165165    HGCMFunctionParameter   pLastParam;
    166    
     166
    167167    /** 64bit, out: retval
    168168     * uint64_t return code of last command
  • trunk/include/VBox/cpumdis.h

    r21217 r26487  
    6262#endif
    6363
    64 
    65 
    66 
    67 
  • trunk/include/VBox/pdmqueue.h

    r26112 r26487  
    150150#endif
    151151
    152 
  • trunk/include/VBox/vmapi.h

    r25838 r26487  
    429429#endif
    430430
    431 
  • trunk/include/VBox/vrdpapi.h

    r23643 r26487  
    10181018    /**
    10191019     * Query or set various information, on how the VRDP server operates, from or to the application.
    1020      * 
     1020     *
    10211021     *
    10221022     * @param pvCallback  The callback specific pointer.
  • trunk/include/VBox/vusb.h

    r26471 r26487  
    287287#define VUSB_DIR_TO_DEVICE      0x00
    288288#define VUSB_DIR_TO_HOST        0x80
    289 #define VUSB_DIR_MASK           0x80
     289#define VUSB_DIR_MASK           0x80
    290290
    291291/**
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