about summary refs log tree commit diff stats
path: root/src/config/color.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-04-14 21:39:42 +0200
committerMichael Vetter <jubalh@iodoru.org>2023-04-14 21:45:21 +0200
commitd17bcf619c45bfbbf4d0e0bcf218fe6550c185f5 (patch)
treee74e2d20ac9c42e811ac3ab2c59d695a4a267ab6 /src/config/color.c
parent663c773bffa7af6df232bb6908903425a97bc200 (diff)
downloadprofani-tty-d17bcf619c45bfbbf4d0e0bcf218fe6550c185f5.tar.gz
Format code with clang-format 16
Diffstat (limited to 'src/config/color.c')
-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 7676253f..9c1998f5 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 };