Skip to content

Commit

Permalink
Merge pull request #1774 from profanity-im/fix/format
Browse files Browse the repository at this point in the history
Work around different clang-format versions
  • Loading branch information
jubalh authored Oct 26, 2022
2 parents aa9b96e + 413b5f9 commit 49ab1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/color.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static struct color_pair_cache
struct
{
int16_t fg, bg;
}* pairs;
} * pairs;
int size;
int capacity;
} cache = { 0 };
Expand Down

0 comments on commit 49ab1f3

Please sign in to comment.