Fix the whitespaces for KeyFormat enum

This commit is contained in:
Ilya Fedin 2023-12-22 17:10:27 +04:00 committed by John Preston
parent bd67bc4433
commit ee5b7a5100
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ uint64 Launcher::installationTag() const {
}
void Launcher::processArguments() {
enum class KeyFormat {
enum class KeyFormat {
NoValues,
OneValue,
AllLeftValues,