Changeset 972c60ce in mainline for uspace/lib/c


Ignore:
Timestamp:
2011-12-12T17:15:05Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf84871
Parents:
cf155ed
Message:

cstyle (no change in functionality)

Location:
uspace/lib/c
Files:
3 edited

Legend:

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

    rcf155ed r972c60ce  
    18461846       
    18471847        fibril_mutex_lock(&async_sess_mutex);
    1848 
     1848       
    18491849        int rc = async_hangup_internal(sess->phone);
    18501850       
  • uspace/lib/c/include/bitops.h

    rcf155ed r972c60ce  
    4040/** Mask with bit @a n set. */
    4141#define BIT_V(type, n) \
    42     ((type)1 << (n))
     42    ((type) 1 << (n))
    4343
    4444/** Mask with rightmost @a n bits set. */
  • uspace/lib/c/include/ipc/net.h

    rcf155ed r972c60ce  
    305305 *
    306306 */
    307 #define IPC_GET_DEVICE_HANDLE(call) ((devman_handle_t) IPC_GET_ARG2(call))
     307#define IPC_GET_DEVICE_HANDLE(call)  ((devman_handle_t) IPC_GET_ARG2(call))
    308308
    309309/** Return the device driver service message argument.
Note: See TracChangeset for help on using the changeset viewer.