VirtualBox

Changeset 48957 in vbox


Ignore:
Timestamp:
Oct 7, 2013 10:04:36 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89655
Message:

Storage: Whitespace cleanups by scm.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/Debug/VDDbgIoLog.cpp

    r44529 r48957  
    227227 *
    228228 * @returns VBox status code.
    229  * @param   pIoLogger    The I/O logger to use. 
     229 * @param   pIoLogger    The I/O logger to use.
    230230 * @param   off          The start offset in the log to write to.
    231231 * @param   pSgBuf       The S/G buffer to write.
  • trunk/src/VBox/Storage/VD.cpp

    r48853 r48957  
    14321432             || rc == VERR_VD_IOCTX_HALT)
    14331433        rc = VERR_VD_ASYNC_IO_IN_PROGRESS;
    1434     else if (   RT_FAILURE(rc) 
     1434    else if (   RT_FAILURE(rc)
    14351435                && (rc != VERR_VD_ASYNC_IO_IN_PROGRESS)
    14361436                && (rc != VERR_DISK_FULL))
  • trunk/src/VBox/Storage/VDIfVfs.cpp

    r48871 r48957  
    412412}
    413413
    414 
  • trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp

    r46003 r48957  
    658658            /* Put the conditionals for while and for loops onto the control stack again. */
    659659            PVDSCRIPTASTSTMT pLoopStmt = (PVDSCRIPTASTSTMT)pCtrl->Ctrl.pAstNode;
    660  
     660
    661661            AssertMsg(   pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_WHILE
    662662                      || pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_FOR,
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