mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Fix trailing whitespace
This commit is contained in:
parent
21528c3e72
commit
a8c33f4ef6
@ -416,7 +416,7 @@ evdevDevice::evdevDevice(const std::string& devnode) : m_devfile(devnode)
|
|||||||
// On modern linux systems, there are a lot of event devices that aren't controllers.
|
// On modern linux systems, there are a lot of event devices that aren't controllers.
|
||||||
// For example, the PC Speaker is an event device. Webcams sometimes show up as
|
// For example, the PC Speaker is an event device. Webcams sometimes show up as
|
||||||
// event devices. The power button is an event device.
|
// event devices. The power button is an event device.
|
||||||
|
//
|
||||||
// We don't want these showing up in the list of controllers, so we use this
|
// We don't want these showing up in the list of controllers, so we use this
|
||||||
// heuristic to filter out anything that doesn't smell like a controller:
|
// heuristic to filter out anything that doesn't smell like a controller:
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user