Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/input.c

    r5a6cc679 ra35b458  
    6161        errno_t rc = async_create_callback_port(exch, INTERFACE_INPUT_CB, 0, 0,
    6262            input_cb_conn, input, &port);
    63        
     63
    6464        async_exchange_end(exch);
    6565
     
    8888        errno_t rc = async_req_0_0(exch, INPUT_ACTIVATE);
    8989        async_exchange_end(exch);
    90        
     90
    9191        return rc;
    9292}
Note: See TracChangeset for help on using the changeset viewer.