reformat code

This commit is contained in:
denk_mal
2021-02-19 10:10:03 +01:00
parent 3a270cbea7
commit 84f7f32ec2
5 changed files with 35 additions and 30 deletions

View File

@@ -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")
{