mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
style: fix style according to new clang
[no changelog]
This commit is contained in:
parent
f0fef1d8c1
commit
18f7820d47
@ -36,7 +36,9 @@
|
|||||||
|
|
||||||
#include "display_interface.h"
|
#include "display_interface.h"
|
||||||
|
|
||||||
static struct { int x, y; } DISPLAY_OFFSET;
|
static struct {
|
||||||
|
int x, y;
|
||||||
|
} DISPLAY_OFFSET;
|
||||||
|
|
||||||
// common display functions
|
// common display functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user