VirtualBox

Ignore:
Timestamp:
May 10, 2011 9:23:27 AM (14 years ago)
Author:
vboxsync
Message:

indent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp

    r36887 r37020  
    583583            uint32_t cbOffset = 0;
    584584            uint32_t cbRead, cbLeft;
    585             while (RT_SUCCESS(   VBoxServicePipeBufPeek(&pData->stdOut, szBuf, sizeof(szBuf),
     585            while (   RT_SUCCESS(VBoxServicePipeBufPeek(&pData->stdOut, szBuf, sizeof(szBuf),
    586586                                                        cbOffset, &cbRead, &cbLeft))
    587                               && cbRead)
     587                   && cbRead)
    588588            {
    589589                VBoxServiceVerbose(5, "[%u]: %s\n", pData->uPID, szBuf);
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