VirtualBox

Changeset 54985 in vbox for trunk/src/VBox/Main/src-server


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

fixed several lines according to coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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