mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 05:39:07 -04:00
reformat code
This commit is contained in:
1 parent
3a270cbea7
commit
84f7f32ec2
5 files changed
+35
-30
No files matched your search
@@ -48,7 +48,7 @@ void DetectDasKeyboardControllers(hid_device_info *info_in, const std::string &n
|
||||
|
||||
if(dev)
|
||||
{
|
||||
DasKeyboardController* controller = new DasKeyboardController(dev, info->path);
|
||||
DasKeyboardController *controller = new DasKeyboardController(dev, info->path);
|
||||
|
||||
if(controller->GetLayoutString() == "NONE")
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user