[Misc] Replaced const with constexpr where possible
This commit is contained in:
committed by
Radosław Gliński
parent
c4f1bf27ef
commit
47f327e848
@@ -206,7 +206,7 @@ void SaveConfig() {
|
||||
line_count = xe::utf8::count(*last);
|
||||
}
|
||||
|
||||
const size_t value_alignment = 50;
|
||||
constexpr size_t value_alignment = 50;
|
||||
const auto& description = config_var->description();
|
||||
if (!description.empty()) {
|
||||
if (line_count < value_alignment) {
|
||||
|
||||
Reference in New Issue
Block a user