Changeset 102f641 in mainline for uspace/lib/c/generic/taskman.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/taskman.c

    r241f1985 r102f641  
    3232/** @file
    3333 */
    34 
    3534
    3635#include <async.h>
     
    8685                aid_t req = async_send_0(exch, TASKMAN_NEW_TASK, NULL);
    8786                async_exchange_end(exch);
    88                
     87
    8988                if (req) {
    9089                        async_forget(req);
     
    104103
    105104        async_sess_t *sess = async_connect_me_to(exch, INTERFACE_NS,
    106                 TASKMAN_CONNECT_TO_NS, 0);
     105            TASKMAN_CONNECT_TO_NS, 0);
    107106        async_exchange_end(exch);
    108107
     
    170169}
    171170
    172 
    173 
    174171/** @}
    175172 */
Note: See TracChangeset for help on using the changeset viewer.