Changeset 22d990c in mainline for uspace/lib/c/generic/loc.c


Ignore:
Timestamp:
2020-01-11T00:36:26Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

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

    r8a74512 r22d990c  
    325325        async_exch_t *exch;
    326326
    327         if ((flags & IPC_FLAG_BLOCKING))
     327        if (flags & IPC_FLAG_BLOCKING)
    328328                exch = loc_exchange_begin_blocking(INTERFACE_LOC_CONSUMER);
    329329        else {
Note: See TracChangeset for help on using the changeset viewer.