Format header files
In my PR updating clang-format, I forgot to also format the headers.
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Pinetime {
|
||||
Controllers::Settings::ChimesOption chimesOption;
|
||||
const char* name;
|
||||
};
|
||||
|
||||
static constexpr std::array<Option, 3> options = {{{Controllers::Settings::ChimesOption::None, "Off"},
|
||||
{Controllers::Settings::ChimesOption::Hours, "Every hour"},
|
||||
{Controllers::Settings::ChimesOption::HalfHours, "Every 30 mins"}}};
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "displayapp/screens/Screen.h"
|
||||
#include <components/motion/MotionController.h>
|
||||
#include "systemtask/SystemTask.h"
|
||||
|
||||
namespace Pinetime {
|
||||
|
||||
namespace Applications {
|
||||
|
||||
@@ -24,6 +24,7 @@ namespace Pinetime {
|
||||
Controllers::Settings::ClockType clockType;
|
||||
const char* name;
|
||||
};
|
||||
|
||||
static constexpr std::array<Option, 2> options = {{
|
||||
{Controllers::Settings::ClockType::H12, "12-hour"},
|
||||
{Controllers::Settings::ClockType::H24, "24-hour"},
|
||||
|
||||
@@ -23,6 +23,7 @@ namespace Pinetime {
|
||||
Controllers::Settings::WakeUpMode wakeUpMode;
|
||||
const char* name;
|
||||
};
|
||||
|
||||
Controllers::Settings& settingsController;
|
||||
static constexpr std::array<Option, 4> options = {{
|
||||
{Controllers::Settings::WakeUpMode::SingleTap, "Single Tap"},
|
||||
|
||||
Reference in New Issue
Block a user