diff --git a/right/src/usb_commands/usb_command_apply_config.h b/right/src/usb_commands/usb_command_apply_config.h index d0a5215..88ae118 100644 --- a/right/src/usb_commands/usb_command_apply_config.h +++ b/right/src/usb_commands/usb_command_apply_config.h @@ -3,10 +3,10 @@ // Typedefs: -typedef enum { - ParsingStage_Validate, - ParsingStage_Apply, -} parser_stage_t; + typedef enum { + ParsingStage_Validate, + ParsingStage_Apply, + } parser_stage_t; // Functions: