Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12e52725 authored by Alan Ott's avatar Alan Ott Committed by Jiri Kosina
Browse files

HID: trivial formatting fix



Added blank line after declarations.

Signed-off-by: default avatarAlan Ott <alan@signal11.us>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b7e1b203
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -810,6 +810,7 @@ static int usbhid_output_raw_report(struct hid_device *hid, __u8 *buf, size_t co
	if (usbhid->urbout) {
	if (usbhid->urbout) {
		int actual_length;
		int actual_length;
		int skipped_report_id = 0;
		int skipped_report_id = 0;

		if (buf[0] == 0x0) {
		if (buf[0] == 0x0) {
			/* Don't send the Report ID */
			/* Don't send the Report ID */
			buf++;
			buf++;