From 66c178cede46c27f32a1019bba0b3105b61486d6 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:18:07 -0500 Subject: Fixed indentation --- src/lib/razerdevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/razerdevice.c b/src/lib/razerdevice.c index bd2968b..1eb1e15 100755 --- a/src/lib/razerdevice.c +++ b/src/lib/razerdevice.c @@ -68,7 +68,7 @@ bool is_keyboard(IOUSBDeviceInterface **usb_dev) case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_MINI_WIRED: case USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_MINI_WIRELESS: case USB_DEVICE_ID_RAZER_BLACKWIDOW_V4_75: - case USB_DEVICE_ID_RAZER_ORNATA_V3X: + case USB_DEVICE_ID_RAZER_ORNATA_V3X: return true; } -- cgit v1.2.3