enforce code style warnings

This commit is contained in:
Luka Jankovic 2025-07-02 22:53:31 +02:00
parent c72a215afb
commit 54a49c2d60
10 changed files with 47 additions and 108 deletions

View file

@ -29,6 +29,4 @@
void kubo_bar_render(struct kubo_context *context);
static inline int push_text(int x, int y, const char *text, Color bg_color);
#endif