diff options
| author | Avamander <avamander@gmail.com> | 2021-04-18 17:28:14 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2021-04-24 08:39:53 (GMT) |
| commit | 40d45d923b033363ff1304b47eac238dd4495a57 (patch) | |
| tree | 9e7b668fdf23a7be892b8e2bf8b4d62b884cee06 /src/components/firmwarevalidator/FirmwareValidator.h | |
| parent | e56ebb8bd621cc8838e86fa032d680a6e7a35ffc (diff) | |
Reformatted all the files according to clang-format style
Diffstat (limited to 'src/components/firmwarevalidator/FirmwareValidator.h')
| -rw-r--r-- | src/components/firmwarevalidator/FirmwareValidator.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/components/firmwarevalidator/FirmwareValidator.h b/src/components/firmwarevalidator/FirmwareValidator.h index aa576d8..00b5a0b 100644 --- a/src/components/firmwarevalidator/FirmwareValidator.h +++ b/src/components/firmwarevalidator/FirmwareValidator.h @@ -5,14 +5,15 @@ namespace Pinetime { namespace Controllers { class FirmwareValidator { - public: - void Validate(); - bool IsValidated() const; + public: + void Validate(); + bool IsValidated() const; - void Reset(); - private: - static constexpr uint32_t validBitAdress {0x7BFE8}; - static constexpr uint32_t validBitValue {1}; + void Reset(); + + private: + static constexpr uint32_t validBitAdress {0x7BFE8}; + static constexpr uint32_t validBitValue {1}; }; } } |
