Changeset 102f641 in mainline for uspace/lib/sysman/src/ctl.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/sysman/src/ctl.c

    r241f1985 r102f641  
    8787        errno_t rc = async_req_2_0(exch, SYSMAN_CTL_UNIT_START, handle, flags);
    8888        sysman_exchange_end(exch);
    89        
     89
    9090        return rc;
    9191}
     
    9797        errno_t rc = async_req_2_0(exch, SYSMAN_CTL_UNIT_STOP, handle, flags);
    9898        sysman_exchange_end(exch);
    99        
     99
    100100        return rc;
    101101}
Note: See TracChangeset for help on using the changeset viewer.