chore: format code

This commit is contained in:
Gabor Kiss-Vamosi
2023-09-23 00:50:36 +02:00
parent 81914f57d3
commit 3c10315b86

View File

@@ -1,5 +1,5 @@
#include "../../lv_examples.h"
#if LV_USE_LIBJPEG_TURBO
#if LV_USE_LIBJPEG_TURBO
#if LV_BUILD_EXAMPLES
@@ -23,7 +23,7 @@ void lv_example_libjpeg_turbo_1(void)
{
lv_obj_t * label = lv_label_create(lv_scr_act());
lv_label_set_text(label, "LibJPEG-Turbo is not installed");
lv_obj_center(label);
lv_obj_center(label);
}
#endif