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/drawtypes

View file

@ -38,7 +38,8 @@ namespace drawtypes {
using animation_t = shared_ptr<animation>;
animation_t load_animation(const config& conf, string section, string name = "animation", bool required = true);
animation_t load_animation(
const config& conf, const string& section, string name = "animation", bool required = true);
}
POLYBAR_NS_END