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

View file

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