1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge pull request #1774 from profanity-im/fix/format

Work around different clang-format versions
This commit is contained in:
Michael Vetter 2022-10-26 15:28:07 +02:00 committed by GitHub
commit 49ab1f3230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ static struct color_pair_cache
struct
{
int16_t fg, bg;
}* pairs;
} * pairs;
int size;
int capacity;
} cache = { 0 };