clang-tidy

This commit is contained in:
2025-08-17 10:20:41 +02:00
parent b359a73d50
commit 8ddc5d94f1
73 changed files with 867 additions and 833 deletions

View File

@@ -14,7 +14,7 @@ void Writer::update() {
writing_counter_ = speed_;
}
if (index_ == lenght_) {
if (index_ == length_) {
completed_ = true;
}
} else {
@@ -52,7 +52,7 @@ void Writer::setKerning(int value) {
// Establece el valor de la variable
void Writer::setCaption(const std::string &text) {
caption_ = text;
lenght_ = text.length();
length_ = text.length();
}
// Establece el valor de la variable