Changeset 257feec in mainline for uspace/srv/net/ethip/ethip.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/ethip.c

    r679ee84 r257feec  
    191191        if (rc != EOK)
    192192                return rc;
    193 
     193       
    194194        rc = ethip_nic_send(nic, data, size);
    195195        free(data);
    196 
     196       
    197197        return rc;
    198198}
     
    232232                    frame.etype_len);
    233233        }
    234 
     234       
    235235        free(frame.data);
    236236        return rc;
Note: See TracChangeset for help on using the changeset viewer.