clang-tidy
This commit is contained in:
@@ -34,7 +34,7 @@ class Writer {
|
||||
void center(int x);
|
||||
|
||||
// Getters
|
||||
bool IsEnabled() const; // Indica si el objeto está habilitado
|
||||
bool isEnabled() const; // Indica si el objeto está habilitado
|
||||
bool hasFinished() const; // Indica si ya ha terminado
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user