VirtualBox

Ignore:
Timestamp:
Apr 14, 2010 12:11:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60048
Message:

Main: cosmetical fixes, mostly spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DHCPServerRunner.cpp

    r26186 r28296  
    5858{
    5959    for (unsigned i = 0; i < RT_ELEMENTS(g_aArgDefs); i++)
    60         if(g_aArgDefs[i].Type == type)
     60        if (g_aArgDefs[i].Type == type)
    6161            return &g_aArgDefs[i];
    6262
     
    140140bool DHCPServerRunner::isRunning()
    141141{
    142     if(mProcess == NIL_RTPROCESS)
     142    if (mProcess == NIL_RTPROCESS)
    143143        return false;
    144144
     
    146146    int rc = RTProcWait(mProcess, RTPROCWAIT_FLAGS_NOBLOCK, &status);
    147147
    148     if(rc == VERR_PROCESS_RUNNING)
     148    if (rc == VERR_PROCESS_RUNNING)
    149149        return true;
    150150
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