mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
Fix indentation
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user