refactor(clang-tidy): Apply fixes

This commit is contained in:
Michael Carlberg 2016-12-23 15:54:06 +01:00
parent 7c7e053e1f
commit 97fa7052fe
15 changed files with 60 additions and 73 deletions
include/modules

View file

@ -28,6 +28,7 @@ namespace modules {
public:
explicit ipc_module(const bar_settings&, string);
void update() {}
string get_output();
bool build(builder* builder, const string& tag) const;
void on_message(const ipc_hook& message);