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
+2 -2
View File
@@ -16,7 +16,6 @@
*
*/
#include <cassert>
#include "Receiver.h"
#include "util/log.h"
#include "backend/hidpp10/Error.h"
@@ -26,7 +25,8 @@
using namespace logid;
using namespace logid::backend;
Receiver::Receiver(std::string path) : dj::ReceiverMonitor(path), _path (path)
Receiver::Receiver(const std::string& path) :
dj::ReceiverMonitor(path), _path (path)
{
}