VirtualBox

Ignore:
Timestamp:
Oct 7, 2013 9:59:25 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89652
Message:

Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.

File:
1 edited

Legend:

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

    r48805 r48955  
    3232
    3333    while (   RT_SUCCESS(rc = RTFileRead(File, &bTest, 1, &cbRead))
    34            && (pu8Buf - (char *)pvBuf) >= 0   
     34           && (pu8Buf - (char *)pvBuf) >= 0
    3535           && (size_t)(pu8Buf - (char *)pvBuf) < cbBufSize)
    3636    {
     
    6767    HRESULT hrc;
    6868
    69     int rc = RTFileOpen(&m_ResolvConfFile, m_ResolvConfFilename.c_str(), 
     69    int rc = RTFileOpen(&m_ResolvConfFile, m_ResolvConfFilename.c_str(),
    7070                        RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_NONE);
    7171    AssertRCReturn(rc, E_FAIL);
     
    110110                continue;
    111111
    112             m_llNameServers.push_back(com::Utf8Str(buff2));
     112            m_llNameServers.push_back(com::Utf8Str(buff2));
    113113
    114114            cNameserversFound++;
     
    120120
    121121            tok = strtok_r(&buff[6], " \t\n", &saveptr);
    122            
    123             if (tok != NULL)
    124                 m_DomainName = com::Utf8Str(tok);
     122
     123            if (tok != NULL)
     124                m_DomainName = com::Utf8Str(tok);
    125125        }
    126126    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette