mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-03 20:57:53 -05:00
reformat code
This commit is contained in:
@@ -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