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

    r241f1985 r102f641  
    226226void async_set_implicit_connection(async_port_handler_t conn)
    227227{
    228         assert(implicit_connection == NULL);
    229         implicit_connection = conn;
    230 }
    231 
     228        assert(implicit_connection == NULL);
     229        implicit_connection = conn;
     230}
    232231
    233232static fibril_rmutex_t client_mutex;
Note: See TracChangeset for help on using the changeset viewer.