Merge pull request #1774 from profanity-im/fix/format
Work around different clang-format versions
This commit is contained in:
@@ -59,7 +59,7 @@ static struct color_pair_cache
|
|||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
int16_t fg, bg;
|
int16_t fg, bg;
|
||||||
}* pairs;
|
} * pairs;
|
||||||
int size;
|
int size;
|
||||||
int capacity;
|
int capacity;
|
||||||
} cache = { 0 };
|
} cache = { 0 };
|
||||||
|
|||||||
Reference in New Issue
Block a user