Fix trailing whitespace

This commit is contained in:
Scott Mansell 2020-01-07 12:52:05 +13:00 committed by GitHub
parent 21528c3e72
commit a8c33f4ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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:
//