Format code with clang-format 16

This commit is contained in:
Michael Vetter
2023-04-14 21:39:42 +02:00
parent 663c773bff
commit d17bcf619c
4 changed files with 121 additions and 118 deletions

View File

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