mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix various clang-tidy warnings
This commit is contained in:
committed by
Dennis Klein
parent
a65f0e6777
commit
499ffcd300
@@ -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;
|
||||
|
Reference in New Issue
Block a user