1
0
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:
Gabor Kiss-Vamosi 2023-11-13 17:20:03 +01:00
parent 9f9078d0d3
commit 9fce36765c

View File

@ -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