Changeset 8c62a71 in mainline


Ignore:
Timestamp:
2011-11-09T12:46:00Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
555499da
Parents:
45e7868
Message:

libusbhid: cstyle

File:
1 edited

Legend:

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

    r45e7868 r8c62a71  
    135135int usb_hid_report_init(usb_hid_report_t *report)
    136136{
    137         if(report == NULL) {
     137        if (report == NULL) {
    138138                return EINVAL;
    139139        }
     
    144144
    145145        report->use_report_ids = 0;
    146     return EOK;   
     146    return EOK;
    147147}
    148148
Note: See TracChangeset for help on using the changeset viewer.