chore: format code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user