mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +08:00
chore: fix code formatting
This commit is contained in:
@@ -179,7 +179,6 @@ void test_font_loader_reload(void)
|
|||||||
lv_font_free(&font);
|
lv_font_free(&font);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static int compare_fonts(lv_font_t * f1, lv_font_t * f2)
|
static int compare_fonts(lv_font_t * f1, lv_font_t * f2)
|
||||||
{
|
{
|
||||||
TEST_ASSERT_NOT_NULL_MESSAGE(f1, "font not null");
|
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
|
#endif // LV_BUILD_TEST
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user