mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
chore: fix code formatting
This commit is contained in:
parent
9f9078d0d3
commit
9fce36765c
@ -179,7 +179,6 @@ void test_font_loader_reload(void)
|
||||
lv_font_free(&font);
|
||||
}
|
||||
|
||||
|
||||
static int compare_fonts(lv_font_t * f1, lv_font_t * f2)
|
||||
{
|
||||
TEST_ASSERT_NOT_NULL_MESSAGE(f1, "font not null");
|
||||
@ -325,4 +324,3 @@ static int compare_fonts(lv_font_t * f1, lv_font_t * f2)
|
||||
**********************/
|
||||
|
||||
#endif // LV_BUILD_TEST
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user