project: rerun clang-format

TODO make a commit or PR hook for this
This commit is contained in:
John Sullivan
2022-01-09 21:25:58 -08:00
committed by Maarten van Gompel
parent 78d2667818
commit 849f4600e9
6 changed files with 32 additions and 30 deletions

View File

@ -23,7 +23,7 @@ struct clr_scheme scheme1 = {
/* layers is an ordered list of layouts, used to cycle through */
static enum layout_id layers[] = {
Full, // First layout is the default layout on startup
Special, Emoji, Simple, SimpleGrid, Nav, Dialer, Cyrillic, Arabic, Georgian,
Special, Emoji, Simple, SimpleGrid, Nav, Dialer, Cyrillic, Arabic, Georgian,
NumLayouts // signals the last item, may not be omitted
};