VirtualBox

Changeset 52900 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 30, 2014 3:27:11 PM (10 years ago)
Author:
vboxsync
Message:

Main: HostDnsMonitor for Windows: remove extra spaces.

File:
1 edited

Legend:

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

    r52899 r52900  
    136136    if (m_aWarehouse.size() > VBOX_OFFSET_TREE_EVENT)
    137137        releaseWarehouseItem(VBOX_OFFSET_TREE_EVENT);
    138    
     138
    139139    /* Release shutdown event. */
    140140    if (m_aWarehouse.size() > VBOX_OFFSET_SHUTDOWN_EVENT)
     
    335335                    if (rc == ERROR_SUCCESS)
    336336                    {
    337                        
     337
    338338                        if ((   _tcscmp(wcsValueName, _T("Domain")) == 0
    339339                             || _tcscmp(wcsValueName, _T("DhcpDomain")) == 0)
     
    359359            }
    360360        }
    361    
     361
    362362        uint8_t fChanged = VBOX_EVENT_NO_CHANGES;
    363363        /* Compare cached network settings and newly obtained ones. */
     
    372372            fChanged |= VBOX_EVENT_SERVERS_CHANGED;
    373373        }
    374        
     374
    375375        if (pHostDnsInfo.domain != m_hostInfoCache.domain)
    376376        {
     
    382382            fChanged |= VBOX_EVENT_DOMAIN_CHANGED;
    383383        }
    384        
     384
    385385        if (pHostDnsInfo.searchList != m_hostInfoCache.searchList)
    386386        {
     
    393393            fChanged |= VBOX_EVENT_SEARCHLIST_CHANGED;
    394394        }
    395        
     395
    396396        /* Provide info about changes if requested. */
    397397        if (fWhatsChanged)
     
    487487            else
    488488                LogRel(("Monitor unstable: failed to unsubscribe from previous notifications.\n"));
    489            
     489
    490490            /* If something went wrong, we break monitoring. */
    491491            break;
     
    497497        {
    498498            Log2(("Network setting has changed at interface %ls.\n", m_aWarehouse[rc - WAIT_OBJECT_0].wcsInterface));
    499            
     499
    500500            /* Drop previous notifications first. */
    501501            if (dropSubTreeNotifications())
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