Fix various clang-tidy warnings

This commit is contained in:
Dennis Klein
2019-07-22 10:38:38 +02:00
committed by Dennis Klein
parent a65f0e6777
commit 499ffcd300
9 changed files with 23 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ namespace mq {
class DeviceRunner
{
public:
DeviceRunner(int argc, char* const argv[], bool printLogo = true);
DeviceRunner(int argc, char*const* argv, bool printLogo = true);
auto Run() -> int;
auto RunWithExceptionHandlers() -> int;