mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Fix indentation
This commit is contained in:
parent
f8ae1534db
commit
9fe29c37b4
@ -18,7 +18,7 @@ waybar::ALabel::ALabel(const Json::Value& config, const std::string& format, uin
|
||||
}
|
||||
|
||||
if (config_["rotate"].isUInt()) {
|
||||
label_.set_angle(config["rotate"].asUInt());
|
||||
label_.set_angle(config["rotate"].asUInt());
|
||||
}
|
||||
|
||||
if (config_["format-alt"].isString()) {
|
||||
|
Loading…
Reference in New Issue
Block a user