Changeset 102f641 in mainline for uspace/lib/c/generic/task_event.c


Ignore:
Timestamp:
2019-09-02T19:01:50Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25697163
Parents:
241f1985
Message:

Correcting syntax according to ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/task_event.c

    r241f1985 r102f641  
    6363        while (true) {
    6464                ipc_call_t call;
    65                
     65
    6666                if (!async_get_call(&call) || !ipc_get_imethod(&call)) {
    6767                        /* Hangup, end of game */
     
    9999        port_id_t port;
    100100        errno_t rc = async_create_callback_port(exch, INTERFACE_TASKMAN_CB, 0, 0,
    101                 taskman_event_conn, NULL, &port);
     101            taskman_event_conn, NULL, &port);
    102102        taskman_exchange_end(exch);
    103103
Note: See TracChangeset for help on using the changeset viewer.