about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorJohn Sullivan <jsullivan@csumb.edu>2022-01-09 21:25:58 -0800
committerJohn Sullivan <jsullivan@csumb.edu>2022-01-09 21:25:58 -0800
commit967ae61b806e6ebf95c396ec9922bd8051542009 (patch)
treea342d3919f6b51d7189e095db7e4491dbbd01d35 /config.def.h
parent6958fd6ae1b1e29274907093d7fcfa54e7d4db14 (diff)
downloadsuggpicker-967ae61b806e6ebf95c396ec9922bd8051542009.tar.gz
project: rerun clang-format
TODO make a commit or PR hook for this
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 947a75e..2c2ea33 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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
 };