From 7f45538eb53235ab4015fcf13533796c8759c7bc Mon Sep 17 00:00:00 2001 From: Finlay Davidson Date: Mon, 9 May 2022 17:16:08 +0200 Subject: Apply clang-format to all C++ files --- src/BootloaderVersion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/BootloaderVersion.h') diff --git a/src/BootloaderVersion.h b/src/BootloaderVersion.h index 309c23c3..7ed90fa9 100644 --- a/src/BootloaderVersion.h +++ b/src/BootloaderVersion.h @@ -12,6 +12,7 @@ namespace Pinetime { static const char* VersionString(); static const bool IsValid(); static void SetVersion(uint32_t v); + private: static uint32_t version; static constexpr size_t VERSION_STR_LEN = 12; -- cgit v1.2.3