diff options
author | Maxim Devaev <[email protected]> | 2022-07-10 19:53:06 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-10 19:53:06 +0300 |
commit | 67547636cfae08121154179266bd1c42f59a72cb (patch) | |
tree | d32e4cfdac60ad111b65ad600af4bd5b35307cf9 /hid/src/usb/hid.h | |
parent | 1f33d92f61fddbc760ba8ef506bdf9fd5138a050 (diff) |
style fix
Diffstat (limited to 'hid/src/usb/hid.h')
-rw-r--r-- | hid/src/usb/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/src/usb/hid.h b/hid/src/usb/hid.h index 6b709a32..ca923352 100644 --- a/hid/src/usb/hid.h +++ b/hid/src/usb/hid.h @@ -187,7 +187,7 @@ class UsbMouseAbsolute : public DRIVERS::Mouse { } }; -class UsbMouseRelative : public DRIVERS::Mouse{ +class UsbMouseRelative : public DRIVERS::Mouse { public: UsbMouseRelative() : DRIVERS::Mouse(DRIVERS::USB_MOUSE_RELATIVE) {} |