Format header files
In my PR updating clang-format, I forgot to also format the headers.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
namespace Pinetime {
|
||||
namespace System {
|
||||
enum class Messages : uint8_t {
|
||||
|
||||
Reference in New Issue
Block a user