Apply clang-tidy inspections

This commit is contained in:
pixl
2020-07-14 00:12:40 -04:00
parent 937225b6f2
commit d3d4a2755a
23 changed files with 94 additions and 90 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace logid
class Receiver : public backend::dj::ReceiverMonitor
{
public:
Receiver(std::string path);
Receiver(const std::string& path);
protected:
void addDevice(backend::hidpp::DeviceConnectionEvent event) override;