make enum style consistent
This commit is contained in:
+3
-3
@@ -26,9 +26,9 @@ struct PortConfiguration {
|
||||
|
||||
struct ServerState {
|
||||
enum class RunShellBehavior {
|
||||
Default = 0,
|
||||
Always,
|
||||
Never,
|
||||
DEFAULT = 0,
|
||||
ALWAYS,
|
||||
NEVER,
|
||||
};
|
||||
|
||||
std::u16string name;
|
||||
|
||||
Reference in New Issue
Block a user