VirtualBox

Changeset 54985 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 27, 2015 7:48:27 AM (10 years ago)
Author:
vboxsync
Message:

fixed several lines according to coding style

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r54983 r54985  
    642642                                if (findArgValue(strOverride, pmapArgs, strTypeArg))
    643643                                {
    644                                     if(!optionsList.contains(ImportOptions_ImportToVDI))
     644                                    if (!optionsList.contains(ImportOptions_ImportToVDI))
    645645                                    {
    646646                                        RTUUID uuid;
     
    711711                                     * except CD/DVD disks
    712712                                     */
    713                                     if(optionsList.contains(ImportOptions_ImportToVDI))
     713                                    if (optionsList.contains(ImportOptions_ImportToVDI))
    714714                                    {
    715715                                        ComPtr<IVirtualBox> pVirtualBox = arg->virtualBox;
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r54979 r54985  
    652652                         * Remove last extension from the file name if the file is compressed
    653653                        */
    654                         if(di.strCompression.compare("gzip", Utf8Str::CaseInsensitive)==0)
     654                        if (di.strCompression.compare("gzip", Utf8Str::CaseInsensitive)==0)
    655655                        {
    656656                            strTargetPath.stripSuffix();
     
    693693                         * Remove last extension from the file name if the file is compressed
    694694                        */
    695                         if(di.strCompression.compare("gzip", Utf8Str::CaseInsensitive)==0)
     695                        if (di.strCompression.compare("gzip", Utf8Str::CaseInsensitive)==0)
    696696                        {
    697697                            strTargetPath.stripSuffix();
     
    31523152            uint32_t cImportedDisks = 0;
    31533153
    3154             while(oit != stack.mapDisks.end() && cImportedDisks != avsdeHDs.size())
     3154            while (oit != stack.mapDisks.end() && cImportedDisks != avsdeHDs.size())
    31553155            {
    31563156                ovf::DiskImage diCurrent = oit->second;
     
    32243224                    {
    32253225                        /* current opened file isn't the same as passed one */
    3226                         if(availableImage.compare(diCurrent.strHref, Utf8Str::CaseInsensitive) != 0)
     3226                        if (availableImage.compare(diCurrent.strHref, Utf8Str::CaseInsensitive) != 0)
    32273227                        {
    32283228                            /*
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