refactor(clang-tidy): Apply fixes

This commit is contained in:
Michael Carlberg 2016-11-25 13:55:15 +01:00
parent 0128014d44
commit ff9be848c7
119 changed files with 1752 additions and 1046 deletions
include/modules

View file

@ -29,8 +29,8 @@ namespace modules {
void setup();
string get_output();
bool build(builder* builder, string tag) const;
void on_message(const ipc_hook& msg);
bool build(builder* builder, const string& tag) const;
void on_message(const ipc_hook& message);
private:
static constexpr auto TAG_OUTPUT = "<output>";