refactor(clang-tidy): Apply fixes
This commit is contained in:
parent
0128014d44
commit
ff9be848c7
119 changed files with 1752 additions and 1046 deletions
include/drawtypes
|
@ -24,7 +24,7 @@ namespace drawtypes {
|
|||
|
||||
using ramp_t = shared_ptr<ramp>;
|
||||
|
||||
ramp_t load_ramp(const config& conf, string section, string name, bool required = true);
|
||||
ramp_t load_ramp(const config& conf, const string& section, string name, bool required = true);
|
||||
}
|
||||
|
||||
POLYBAR_NS_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue