1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

style: fix style according to new clang

[no changelog]
This commit is contained in:
Ondřej Vejpustek 2024-05-10 15:36:21 +02:00
parent f0fef1d8c1
commit 18f7820d47
14 changed files with 34 additions and 32 deletions

View File

@ -36,7 +36,9 @@
#include "display_interface.h"
static struct { int x, y; } DISPLAY_OFFSET;
static struct {
int x, y;
} DISPLAY_OFFSET;
// common display functions