Format header files
In my PR updating clang-format, I forgot to also format the headers.
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Pinetime {
|
||||
class CheckboxList : public Screen {
|
||||
public:
|
||||
static constexpr size_t MaxItems = 4;
|
||||
|
||||
struct Item {
|
||||
const char* name;
|
||||
bool enabled;
|
||||
|
||||
Reference in New Issue
Block a user