VirtualBox

Changeset 27976 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Apr 4, 2010 2:16:32 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59682
Message:

*: scm cleans up whitespace and adds a new line at the end of ApplianceimplPrivate.h.

Location:
trunk/src/VBox/Devices/Storage
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r27922 r27976  
    330330static DECLCALLBACK(int) drvvdAsyncIOOpen(void *pvUser, const char *pszLocation,
    331331                                          unsigned uOpenFlags,
    332                                           PFNVDCOMPLETED pfnCompleted, 
     332                                          PFNVDCOMPLETED pfnCompleted,
    333333                                          PVDINTERFACE pVDIfsDisk,
    334334                                          void **ppStorage)
  • trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp

    r27808 r27976  
    22032203                rc = pCbProgress->pfnProgress(pIfProgress->pvUser,
    22042204                                              (uint64_t)(cBlocks + cBlocksMoved) * uPercentSpan / (cBlocks + cBlocksToMove) + uPercentStart);
    2205                                              
     2205
    22062206                if (RT_FAILURE(rc))
    22072207                    break;
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp

    r27665 r27976  
    3737 * Array of supported SCSI LUN types.
    3838 */
    39 static PVSCSILUNDESC g_aVScsiLunTypesSupported[] = 
     39static PVSCSILUNDESC g_aVScsiLunTypesSupported[] =
    4040{
    4141    &g_VScsiLunTypeSbc
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSISgBuf.cpp

    r27657 r27976  
    123123}
    124124
    125 
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