mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge pull request #1774 from profanity-im/fix/format
Work around different clang-format versions
This commit is contained in:
commit
49ab1f3230
@ -59,7 +59,7 @@ static struct color_pair_cache
|
||||
struct
|
||||
{
|
||||
int16_t fg, bg;
|
||||
}* pairs;
|
||||
} * pairs;
|
||||
int size;
|
||||
int capacity;
|
||||
} cache = { 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user