mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
reformat toCamelCase.
This commit is contained in:
parent
c1d7f37a07
commit
b9b3e35e09
|
@ -552,13 +552,11 @@ namespace Utils
|
|||
line[i] = Utils::String::toUpper(std::string(1, line[i]))[0];
|
||||
active = false;
|
||||
}
|
||||
else {
|
||||
else
|
||||
line[i] = Utils::String::toLower(std::string(1, line[i]))[0];
|
||||
}
|
||||
}
|
||||
else if (line[i] == ' ') {
|
||||
else if (line[i] == ' ')
|
||||
active = true;
|
||||
}
|
||||
}
|
||||
|
||||
return line;
|
||||
|
|
Loading…
Reference in a new issue