VirtualBox

Changeset 51521 in vbox


Ignore:
Timestamp:
Jun 4, 2014 5:20:18 AM (11 years ago)
Author:
vboxsync
Message:

lwip/sockets.c: indent fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip/src/api/sockets.c

    r51520 r51521  
    636636            {
    637637                FD_SET(i, &lreadset);
    638         LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_selscan: fd=%d ready for reading\n", i));
     638                LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_selscan: fd=%d ready for reading\n", i));
    639639                nready++;
    640640            }
     
    647647            {
    648648                FD_SET(i, &lwriteset);
    649         LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_selscan: fd=%d ready for writing\n", i));
     649                LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_selscan: fd=%d ready for writing\n", i));
    650650                nready++;
    651651            }
     
    715715                FD_ZERO(exceptset);
    716716
    717         LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: no timeout, returning 0\n"));
    718         set_errno(0);
     717            LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: no timeout, returning 0\n"));
     718            set_errno(0);
    719719
    720720            return 0;
     
    768768                FD_ZERO(exceptset);
    769769
    770         LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: timeout expired\n"));
    771         set_errno(0);
     770            LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: timeout expired\n"));
     771            set_errno(0);
    772772
    773773            return 0;
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