VirtualBox

Ignore:
Timestamp:
Feb 3, 2010 1:07:12 PM (15 years ago)
Author:
vboxsync
Message:

Main: coding style fixes

File:
1 edited

Legend:

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

    r25930 r26186  
    17531753             it != m->backRefs.end(); ++ it, ++ i)
    17541754        {
    1755              it->machineId.toUtf16().detachTo(&machineIds [i]);
     1755             it->machineId.toUtf16().detachTo(&machineIds[i]);
    17561756        }
    17571757    }
     
    21702170        it->first.cloneTo(&names[i]);
    21712171        if (it->second.isEmpty())
    2172             Bstr("").cloneTo(&values [i]);
     2172            Bstr("").cloneTo(&values[i]);
    21732173        else
    2174             it->second.cloneTo(&values [i]);
     2174            it->second.cloneTo(&values[i]);
    21752175        ++ i;
    21762176    }
     
    22182218            it->second = (const char *)NULL;
    22192219        else
    2220             it->second = values [i];
     2220            it->second = values[i];
    22212221    }
    22222222
     
    26082608    }
    26092609
    2610     if (FAILED (rc))
     2610    if (FAILED(rc))
    26112611    {
    26122612        HRESULT rc2 = UnlockWrite(NULL);
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