about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-10-26 15:28:07 +0200
committerGitHub <noreply@github.com>2022-10-26 15:28:07 +0200
commit49ab1f3230302510a35a7ba17ec44248a090ce56 (patch)
treee1de2d12a36985d7c7e7bc0a8c60311fbdb77f16
parentaa9b96e25cf19c8e5dab3167e8e575916106297b (diff)
parent413b5f9bc9f59a7560fd69862cca47357d30c0cd (diff)
downloadprofani-tty-49ab1f3230302510a35a7ba17ec44248a090ce56.tar.gz
Merge pull request #1774 from profanity-im/fix/format
Work around different clang-format versions
-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 };