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/BootloaderVersion.h | |
| parent | e56ebb8bd621cc8838e86fa032d680a6e7a35ffc (diff) | |
Reformatted all the files according to clang-format style
Diffstat (limited to 'src/BootloaderVersion.h')
| -rw-r--r-- | src/BootloaderVersion.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/BootloaderVersion.h b/src/BootloaderVersion.h index c7fcbd9..f2fd911 100644 --- a/src/BootloaderVersion.h +++ b/src/BootloaderVersion.h @@ -2,11 +2,11 @@ namespace Pinetime { class BootloaderVersion { - public: - static uint32_t Major(); - static uint32_t Minor(); - static uint32_t Patch(); - static const char* VersionString(); - static bool IsValid(); + public: + static uint32_t Major(); + static uint32_t Minor(); + static uint32_t Patch(); + static const char* VersionString(); + static bool IsValid(); }; }
\ No newline at end of file |
