Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/include/tl_interface.h

    r21580dd raadf01e  
    6464 *  @returns EOK on success.
    6565 */
    66 inline static int       tl_received_msg( int tl_phone, device_id_t device_id, packet_t packet, services_t target, services_t error ){
    67         return generic_received_msg( tl_phone, NET_TL_RECEIVED, device_id, packet_get_id( packet ), target, error );
     66inline static int tl_received_msg(int tl_phone, device_id_t device_id, packet_t packet, services_t target, services_t error){
     67        return generic_received_msg(tl_phone, NET_TL_RECEIVED, device_id, packet_get_id(packet), target, error);
    6868}
    6969
Note: See TracChangeset for help on using the changeset viewer.