Changeset 257feec in mainline for uspace/srv/net/ethip/arp.c


Ignore:
Timestamp:
2013-06-27T12:48:32Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f391e9
Parents:
679ee84
Message:

cstyle (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/ethip/arp.c

    r679ee84 r257feec  
    106106        if (rc != EOK)
    107107                return rc;
    108 
     108       
    109109        (void) atrans_wait_timeout(ARP_REQUEST_TIMEOUT);
    110 
     110       
    111111        return atrans_lookup(ip_addr, mac_addr);
    112112}
Note: See TracChangeset for help on using the changeset viewer.