Skip to content

Commit 3533086

Browse files
committed
Whitespace update
1 parent 0a76c84 commit 3533086

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

hidapi/hidapi.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extern "C" {
3737
This function returns a small integer handle on success
3838
and -1 on failure.
3939
*/
40-
int HID_API_EXPORT HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_id, wchar_t *serial_number);
40+
int HID_API_EXPORT HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_id, wchar_t *serial_number);
4141

4242
/** Write an Output report to a HID device. The first byte of data[]
4343
must contain the Report ID. For devices which only support a single
@@ -63,8 +63,8 @@ extern "C" {
6363
This function returns the actual number of bytes written and
6464
-1 on error.
6565
*/
66-
int HID_API_EXPORT HID_API_CALL hid_write(int device, const unsigned char *data, size_t length);
67-
66+
int HID_API_EXPORT HID_API_CALL hid_write(int device, const unsigned char *data, size_t length);
67+
6868
/** Read a report from a HID device. The first byte will contain the
6969
Report number, if multiple reports are supported by the device.
7070
@@ -103,7 +103,7 @@ extern "C" {
103103
Params:
104104
device: A device handle returned from hid_open().
105105
*/
106-
void HID_API_EXPORT HID_API_CALL hid_close(int device);
106+
void HID_API_EXPORT HID_API_CALL hid_close(int device);
107107

108108
/** Get The Manufacturer String from a HID device.
109109

hidapi/objfre_wxp_x86/i386/hidapi.dll

0 Bytes
Binary file not shown.

hidapi/objfre_wxp_x86/i386/hidapi.lib

0 Bytes
Binary file not shown.

hidtest/Debug/hidtest.exe

0 Bytes
Binary file not shown.

hidtest/Release/hidtest.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)