Ignore:
Timestamp:
2018-01-25T13:42:08Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ab3c4b
Parents:
c832ab15
git-author:
Jiri Svoboda <jiri@…> (2017-01-24 18:40:44)
git-committer:
Jiri Svoboda <jiri@…> (2018-01-25 13:42:08)
Message:

A round of cstyle fixing (i.e. run make ccheck-fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/include/usb/hid/hidpath.h

    rc832ab15 r5b0cf63  
    8383        /** Usage page of report item. Zero when usage page can be changed. */
    8484        uint32_t usage_page;
    85         /** Usage of report item. Zero when usage can be changed. */   
     85        /** Usage of report item. Zero when usage can be changed. */
    8686        uint32_t usage;
    8787
     
    119119
    120120errno_t usb_hid_report_path_set_report_id(usb_hid_report_path_t *usage_path,
    121                 uint8_t report_id);
     121    uint8_t report_id);
    122122
    123 errno_t usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path, 
    124                 int32_t usage_page, int32_t usage);
     123errno_t usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path,
     124    int32_t usage_page, int32_t usage);
    125125
    126126void usb_hid_report_remove_last_item(usb_hid_report_path_t *usage_path);
     
    128128void usb_hid_report_null_last_item(usb_hid_report_path_t *usage_path);
    129129
    130 void usb_hid_report_set_last_item(usb_hid_report_path_t *usage_path, 
    131                 int32_t tag, int32_t data);
     130void usb_hid_report_set_last_item(usb_hid_report_path_t *usage_path,
     131    int32_t tag, int32_t data);
    132132
    133133int usb_hid_report_compare_usage_path(usb_hid_report_path_t *report_path,
    134                 usb_hid_report_path_t *path, int flags);
     134    usb_hid_report_path_t *path, int flags);
    135135
    136136usb_hid_report_path_t *usb_hid_report_path_clone(
    137                 usb_hid_report_path_t *usage_path);
     137    usb_hid_report_path_t *usage_path);
    138138
    139139void usb_hid_print_usage_path(usb_hid_report_path_t *path);
Note: See TracChangeset for help on using the changeset viewer.