VirtualBox

Changeset 86295 in vbox


Ignore:
Timestamp:
Sep 25, 2020 9:04:21 PM (4 years ago)
Author:
vboxsync
Message:

Main/MediumImpl.cpp: indentation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r86125 r86295  
    47984798                 itf != m->formatObj->i_getProperties().end();
    47994799                 ++itf)
    4800              {
    4801                 if (itf->strName.equals(name) &&
    4802                     (itf->flags & VD_CFGKEY_CREATEONLY))
     4800            {
     4801                if (   itf->strName.equals(name)
     4802                    && (itf->flags & VD_CFGKEY_CREATEONLY))
    48034803                {
    4804                         fCreateOnly = true;
    4805                         break;
     4804                    fCreateOnly = true;
     4805                    break;
    48064806                }
    48074807            }
     
    48104810                if (   !fHaveInitiatorSecretEncrypted
    48114811                    || !name.equals("InitiatorSecret"))
    4812                             data.properties[name] = value;        }
     4812                    data.properties[name] = value;
     4813        }
    48134814    }
    48144815    if (fHaveInitiatorSecretEncrypted)
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