More tidying

This commit is contained in:
Nav
2022-10-01 21:54:25 +01:00
parent 9fb017c2de
commit 28cbeb6fc4
3 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr::CommandFrames::HouseKeeping
{
enum class ParameterContext : unsigned char
enum class ParameterContext: unsigned char
{
CONFIG = 0x00,
ANALOG = 0x01,

View File

@@ -4,7 +4,7 @@
namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr::ResponseFrames::HouseKeeping
{
enum class ResponseId : unsigned char
enum class ResponseId: unsigned char
{
OK = 0x80,
LIST = 0x81,