about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/config/color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/color.c b/src/config/color.c
index 86e4d656..693bfb8e 100644
--- a/src/config/color.c
+++ b/src/config/color.c
@@ -59,7 +59,7 @@ static struct color_pair_cache
     struct
     {
         int16_t fg, bg;
-    }* pairs;
+    } * pairs;
     int size;
     int capacity;
 } cache = { 0 };