about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-10-21 16:55:18 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-10-21 16:55:18 +0200
commita04031cec9e20f4a805a174d44bf8b682a69d7a7 (patch)
treef25dacf15eee1179df36598fd7567bcdd5e7febf /src/config
parent5ebd7df7e8ae600820358d2edd7196475826fb46 (diff)
downloadprofani-tty-a04031cec9e20f4a805a174d44bf8b682a69d7a7.tar.gz
Apply codigng style on new MAM code
Diffstat (limited to 'src/config')
-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 693bfb8e..86e4d656 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 };