Apply codigng style on new MAM code

This commit is contained in:
Michael Vetter
2022-10-21 16:55:18 +02:00
parent 5ebd7df7e8
commit a04031cec9
5 changed files with 9 additions and 9 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 };