From 40d45d923b033363ff1304b47eac238dd4495a57 Mon Sep 17 00:00:00 2001 From: Avamander Date: Sun, 18 Apr 2021 20:28:14 +0300 Subject: Reformatted all the files according to clang-format style --- src/BootloaderVersion.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/BootloaderVersion.h') diff --git a/src/BootloaderVersion.h b/src/BootloaderVersion.h index c7fcbd98..f2fd9112 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 -- cgit v1.2.3-70-g09d2