Changeset ce3efa0 in mainline for uspace/lib/c/generic/io/input.c


Ignore:
Timestamp:
2014-08-12T16:49:25Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
593e023
Parents:
f6ab787
Message:

cstyle
(no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/input.c

    rf6ab787 rce3efa0  
    8383{
    8484        async_exch_t *exch = async_exchange_begin(input->sess);
    85 
    8685        int rc = async_req_0_0(exch, INPUT_YIELD);
    8786        async_exchange_end(exch);
    88 
     87       
    8988        return rc;
    9089}
Note: See TracChangeset for help on using the changeset viewer.