refactor(clang-tidy): Apply fixes

This commit is contained in:
Michael Carlberg
2016-12-15 03:30:41 +01:00
parent 78b5f9651f
commit f9062d031c
42 changed files with 123 additions and 111 deletions

View File

@ -20,10 +20,8 @@ namespace modules {
/**
* Construct module
*/
xworkspaces_module::xworkspaces_module(
const bar_settings& bar, string name)
: static_module<xworkspaces_module>(bar, move(name))
, m_connection(connection::make()) {}
xworkspaces_module::xworkspaces_module(const bar_settings& bar, string name)
: static_module<xworkspaces_module>(bar, move(name)), m_connection(connection::make()) {}
/**
* Bootstrap the module