VirtualBox

Changeset 59136 in vbox for trunk


Ignore:
Timestamp:
Dec 15, 2015 4:33:46 PM (9 years ago)
Author:
vboxsync
Message:

Main/ThreadTask.cpp: Warning, spaces.

File:
1 edited

Legend:

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

    r59087 r59136  
    5858
    5959/**
    60  * Static method that can get passed to RTThreadCreate to have a 
     60 * Static method that can get passed to RTThreadCreate to have a
    6161 * thread started for a Task.
    6262 */
     
    6464{
    6565    HRESULT rc = S_OK;
    66     if(pvUser == NULL)
     66    if (pvUser == NULL)
    6767        return VERR_INVALID_POINTER;
    6868
     
    9393                                    const Utf8Str &aText)
    9494{
     95    NOREF(aText);
    9596    return aResultCode;
    9697}
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