refactor(clang-tidy): Apply fixes
This commit is contained in:
parent
0128014d44
commit
ff9be848c7
119 changed files with 1752 additions and 1046 deletions
include/components
|
@ -42,9 +42,9 @@ class ipc {
|
|||
|
||||
protected:
|
||||
void parse(const string& payload) const;
|
||||
void delegate(const ipc_command& msg) const;
|
||||
void delegate(const ipc_hook& msg) const;
|
||||
void delegate(const ipc_action& msg) const;
|
||||
void delegate(const ipc_command& message) const;
|
||||
void delegate(const ipc_hook& message) const;
|
||||
void delegate(const ipc_action& message) const;
|
||||
|
||||
private:
|
||||
const logger& m_log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue