chore: fix code formatting

This commit is contained in:
Gabor Kiss-Vamosi
2023-11-13 17:20:03 +01:00
parent 9f9078d0d3
commit 9fce36765c
-2
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