make enum style consistent

This commit is contained in:
Martin Michelsen
2022-03-26 16:11:59 -07:00
parent bd8aadb09f
commit fa07ce457b
20 changed files with 275 additions and 275 deletions
+3 -3
View File
@@ -26,9 +26,9 @@ struct PortConfiguration {
struct ServerState {
enum class RunShellBehavior {
Default = 0,
Always,
Never,
DEFAULT = 0,
ALWAYS,
NEVER,
};
std::u16string name;