VirtualBox

Changeset 71713 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Apr 6, 2018 5:24:01 PM (7 years ago)
Author:
vboxsync
Message:

Fixed hanging indent since responsible developer doesn't seem to care.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/VirtualBoxClientListImpl.cpp

    r71183 r71713  
    7373    }
    7474
    75     /** @todo r=bird: Hanging indent on '(', please. */
    7675    RTTHREAD watcherThread;
    7776    rc = RTThreadCreate(&watcherThread,
    78         (PFNRTTHREAD)CClientListWatcher::WatcherWorker,
    79         this, // pVUser
    80         0,    // cbStack
    81         RTTHREADTYPE_DEFAULT,
    82         RTTHREADFLAGS_WAITABLE,
    83         "CLWatcher");
     77                        (PFNRTTHREAD)CClientListWatcher::WatcherWorker,
     78                        this, // pVUser
     79                        0,    // cbStack
     80                        RTTHREADTYPE_DEFAULT,
     81                        RTTHREADFLAGS_WAITABLE,
     82                        "CLWatcher");
    8483    if (RT_SUCCESS(rc))
    8584    {
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