VirtualBox

Ignore:
Timestamp:
Oct 20, 2010 9:07:34 AM (14 years ago)
Author:
vboxsync
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r33201 r33244  
    34893489                    */
    34903490                    return VMSetError(pVM, VERR_INTERNAL_ERROR, RT_SRC_POS,
    3491                                     N_("Malformed host interface networking name '%ls'"),
    3492                                     HifName.raw());
     3491                                      N_("Malformed host interface networking name '%ls'"),
     3492                                      HifName.raw());
    34933493                }
    34943494                *pszColon = '\0';
     
    35243524                    AssertLogRelMsgFailed(("NetworkAttachmentType_Bridged: FindByName failed, rc=%Rhrc (0x%x)", hrc, hrc));
    35253525                    return VMSetError(pVM, VERR_INTERNAL_ERROR, RT_SRC_POS,
    3526                                     N_("Inexistent host networking interface, name '%ls'"),
    3527                                     HifName.raw());
     3526                                      N_("Inexistent host networking interface, name '%ls'"),
     3527                                      HifName.raw());
    35283528                }
    35293529
     
    35393539                {
    35403540                    return VMSetError(pVM, VERR_INTERNAL_ERROR, RT_SRC_POS,
    3541                                                         N_("Interface ('%ls') is not a Bridged Adapter interface"),
    3542                                                         HifName.raw());
     3541                                      N_("Interface ('%ls') is not a Bridged Adapter interface"),
     3542                                      HifName.raw());
    35433543                }
    35443544
     
    38923892                    LogRel(("NetworkAttachmentType_HostOnly: FindByName failed, rc (0x%x)\n", rc));
    38933893                    return VMSetError(pVM, VERR_INTERNAL_ERROR, RT_SRC_POS,
    3894                                     N_("Inexistent host networking interface, name '%ls'"),
    3895                                     HifName.raw());
     3894                                      N_("Inexistent host networking interface, name '%ls'"),
     3895                                      HifName.raw());
    38963896                }
    38973897
     
    39173917                if (eIfType != HostNetworkInterfaceType_HostOnly)
    39183918                    return VMSetError(pVM, VERR_INTERNAL_ERROR, RT_SRC_POS,
    3919                                     N_("Interface ('%ls') is not a Host-Only Adapter interface"),
    3920                                     HifName.raw());
     3919                                      N_("Interface ('%ls') is not a Host-Only Adapter interface"),
     3920                                      HifName.raw());
    39213921
    39223922                hrc = hostInterface->COMGETTER(Id)(bstr.asOutParam());
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