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"}}};
|
||||
|
||||
Reference in New Issue
Block a user