Changeset d87561c in mainline for uspace/lib/usbhid/src/hidiface.c


Ignore:
Timestamp:
2013-06-11T14:22:04Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dba3e2c
Parents:
f81498d
Message:

C style: type-casting etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hidiface.c

    rf81498d rd87561c  
    9090                return EINVAL;
    9191       
    92         if ((buf == NULL))
     92        if (buf == NULL)
    9393                return ENOMEM;
    9494       
     
    184184                return EINVAL;
    185185       
    186         if ((buf == NULL))
     186        if (buf == NULL)
    187187                return ENOMEM;
    188188       
Note: See TracChangeset for help on using the changeset viewer.