VirtualBox

Changeset 26511 in vbox


Ignore:
Timestamp:
Feb 14, 2010 9:39:55 AM (15 years ago)
Author:
vboxsync
Message:

Main: tabs -> spaces.

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/.scm-settings

    r26509 r26511  
    8989vboxvideo_drm.c: --no-convert-tabs
    9090*linux.mod.c: --no-convert-tabs
     91*/src/VBox/Main/DisplayResampleImage.cpp: --no-convert-tabs
    9192
    9293
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r25927 r26511  
    33683368
    33693369    if (m->pReader)
    3370         {
    3371             delete m->pReader;
    3372             m->pReader = NULL;
    3373         }
     3370    {
     3371        delete m->pReader;
     3372        m->pReader = NULL;
     3373    }
    33743374
    33753375    // see if we can handle this file; for now we insist it has an ".ovf" extension
  • trunk/src/VBox/Main/DisplayResampleImage.cpp

    r24942 r26511  
    11/** @file
    2  *
    32 * Image resampling code, used for snapshot thumbnails.
    43 */
  • trunk/src/VBox/Main/MachineImpl.cpp

    r26459 r26511  
    90179017        if (aReason == Uninit::Normal)
    90189018            mData->mSession.mProgress->notifyComplete(S_OK);
    9019         else
     9019        else
    90209020            mData->mSession.mProgress->notifyComplete(E_FAIL,
    90219021                                                      COM_IIDOF(ISession),
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r26389 r26511  
    25912591    {
    25922592        Bstr mid = machineId.toUtf16();
    2593         Bstr sid = snapshotId.toUtf16();
     2593        Bstr sid = snapshotId.toUtf16();
    25942594
    25952595        switch (what)
  • trunk/src/VBox/Main/darwin/NetIf-darwin.cpp

    r26163 r26511  
    157157
    158158#define ROUNDUP(a) \
    159         ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long))
     159        ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long))
    160160#define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len))
    161161
     
    217217    aiMib[1] = PF_ROUTE;
    218218    aiMib[2] = 0;
    219     aiMib[3] = PF_INET; /* address family */
     219    aiMib[3] = PF_INET; /* address family */
    220220    aiMib[4] = NET_RT_DUMP;
    221221    aiMib[5] = 0;
     
    291291    aiMib[1] = PF_ROUTE;
    292292    aiMib[2] = 0;
    293     aiMib[3] = 0;       /* address family */
     293    aiMib[3] = 0;       /* address family */
    294294    aiMib[4] = NET_RT_IFLIST;
    295295    aiMib[5] = 0;
     
    440440    aiMib[1] = PF_ROUTE;
    441441    aiMib[2] = 0;
    442     aiMib[3] = 0;       /* address family */
     442    aiMib[3] = 0;       /* address family */
    443443    aiMib[4] = NET_RT_IFLIST;
    444444    aiMib[5] = 0;
  • trunk/src/VBox/Main/include/Performance.h

    r26128 r26511  
    122122            ProcessList::iterator it;
    123123            for (it = mProcesses.begin(); it != mProcesses.end(); it++)
    124                 if (it->first == process)
    125                     return *it;
     124                if (it->first == process)
     125                    return *it;
    126126
    127127            /* Not found -- add new */
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