VirtualBox

Ignore:
Timestamp:
May 14, 2013 8:54:32 AM (12 years ago)
Author:
vboxsync
Message:

Additions/solaris/vboxms: spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Mouse/vboxms.c

    r42644 r46051  
    118118};
    119119
    120 /* 
     120/*
    121121 * winit: write queue structure for handling messages coming from above.  Above
    122122 * means user space applications: either Guest Additions user space tools or
     
    512512
    513513/**
    514  * Notification callback, called when the VBoxGuest mouse pointer is moved. 
     514 * Notification callback, called when the VBoxGuest mouse pointer is moved.
    515515 * We send a VUID event up to user space.  We may send a miscalculated event
    516516 * if a resolution change is half-way through, but that is pretty much to be
     
    10921092        {
    10931093            unsigned i;
    1094            
     1094
    10951095            for (i = 0; i < RT_ELEMENTS(g_aVUIDIOCtlDescriptions); ++i)
    10961096                if (g_aVUIDIOCtlDescriptions[i].iCmd == iCmd)
     
    12741274    return err;
    12751275}
    1276                  
     1276
    12771277/**
    12781278 * Helper for vbmsSolHandleIOCtl.  This rather complicated-looking
     
    12881288    int err, rc = 0;
    12891289    size_t cbData = 0;
    1290    
     1290
    12911291    LogFlowFunc(("iCmd=0x%x, cbBuffer=%u, b_cont=%p\n",
    12921292                 (unsigned)iCmd, cbBuffer, (void *)pMBlk->b_cont));
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