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.
|
||||
// For example, the PC Speaker is an event device. Webcams sometimes show up as
|
||||
// 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
|
||||
// heuristic to filter out anything that doesn't smell like a controller:
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue