VirtualBox

Ignore:
Timestamp:
Oct 1, 2021 2:20:07 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/GuestDirectoryImpl.cpp

    r91503 r91516  
    417417                GuestErrorInfo ge(GuestErrorInfo::Type_Directory, rcGuest, mData.mOpenInfo.mPath.c_str());
    418418                hr = setErrorBoth(VBOX_E_IPRT_ERROR, rcGuest, tr("Closing guest directory failed: %s"),
    419                                        GuestBase::getErrorAsString(ge).c_str());
     419                                  GuestBase::getErrorAsString(ge).c_str());
    420420                break;
    421421            }
     
    460460                GuestErrorInfo ge(GuestErrorInfo::Type_ToolLs, rcGuest, mData.mOpenInfo.mPath.c_str());
    461461                hr = setErrorBoth(VBOX_E_IPRT_ERROR, rcGuest, tr("Reading guest directory failed: %s"),
    462                                        GuestBase::getErrorAsString(ge).c_str());
     462                                  GuestBase::getErrorAsString(ge).c_str());
    463463                break;
    464464            }
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