VirtualBox

Changeset 91517 in vbox for trunk


Ignore:
Timestamp:
Oct 1, 2021 2:20:28 PM (3 years ago)
Author:
vboxsync
Message:

Main: Fixed continuation indent for a bunch of places now using GuestErrorInfo as a variable. Fixed two no-else-after-return cases too. bugref:1909

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r91516 r91517  
    19401940                GuestErrorInfo ge(GuestErrorInfo::Type_Process, rcGuest, mData.mProcess.mExecutable.c_str());
    19411941                hr = setErrorBoth(VBOX_E_IPRT_ERROR, rcGuest, tr("Writing %RU32 bytes (flags %#x) to guest process failed: %s"),
    1942                                        cbData, aFlags, GuestBase::getErrorAsString(ge).c_str());
     1942                                  cbData, aFlags, GuestBase::getErrorAsString(ge).c_str());
    19431943                break;
    19441944            }
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