mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 22:52:46 +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);
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user