run auto-formatter
This commit is contained in:
parent
0bdcb40609
commit
fca43b3d34
@ -8,16 +8,11 @@
|
|||||||
#include <events/subsystemIdRanges.h>
|
#include <events/subsystemIdRanges.h>
|
||||||
|
|
||||||
using EventId_t = uint16_t;
|
using EventId_t = uint16_t;
|
||||||
using EventSeverity_t = uint8_t ;
|
using EventSeverity_t = uint8_t;
|
||||||
using UniqueEventId_t = uint8_t;
|
using UniqueEventId_t = uint8_t;
|
||||||
|
|
||||||
namespace severity {
|
namespace severity {
|
||||||
enum Severity: EventSeverity_t {
|
enum Severity : EventSeverity_t { INFO = 1, LOW = 2, MEDIUM = 3, HIGH = 4 };
|
||||||
INFO = 1,
|
|
||||||
LOW = 2,
|
|
||||||
MEDIUM = 3,
|
|
||||||
HIGH = 4
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace severity
|
} // namespace severity
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user