Changeset 09ab0a9a in mainline for uspace/lib/usbhid/src/hidreq.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

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

    rb2aaaa0 r09ab0a9a  
    4545#include <usb/hid/request.h>
    4646
    47 
    4847/**
    4948 * Send Set Report request to the HID device.
     
    9796}
    9897
    99 
    10098/**
    10199 * Send Set Protocol request to the HID device.
     
    144142        return EOK;
    145143}
    146 
    147144
    148145/**
     
    194191        return EOK;
    195192}
    196 
    197193
    198194/**
     
    251247}
    252248
    253 
    254249/**
    255250 * Send Get Protocol request to the HID device.
     
    310305}
    311306
    312 
    313307/**
    314308 * Send Get Idle request to the HID device.
     
    374368}
    375369
    376 
    377 
    378370/**
    379371 * @}
Note: See TracChangeset for help on using the changeset viewer.