VirtualBox

Ignore:
Timestamp:
Apr 5, 2013 1:02:06 PM (12 years ago)
Author:
vboxsync
Message:

Main: a couple of whitespace fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DHCPServerRunner.h

    r44529 r45367  
    5454    int setOption(DHCPCFG opt, const char *val, bool enabled)
    5555    {
    56         if(opt == 0 || opt >= DHCPCFG_NOTOPT_MAXVAL)
     56        if (opt == 0 || opt >= DHCPCFG_NOTOPT_MAXVAL)
    5757            return VERR_INVALID_PARAMETER;
    58         if(isRunning())
     58        if (isRunning())
    5959            return VERR_INVALID_STATE;
    6060
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