reformat code

This commit is contained in:
denk_mal committed 2021-03-31 11:13:44 +02:00
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")
{