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/srv/sysman/connection_broker.c

    r241f1985 r102f641  
    9696        }
    9797
    98 
    9998        retval = ENOTSUP;
    10099
     
    119118        while (true) {
    120119                ipc_call_t call;
    121                
     120
    122121                if (!async_get_call(&call) || !ipc_get_imethod(&call)) {
    123122                        /* Client disconnected */
     
    146145        }
    147146}
    148 
    149 
Note: See TracChangeset for help on using the changeset viewer.