fix(style): auto formatted

This commit is contained in:
Meco Man
2021-03-31 16:18:24 +08:00
committed by Xiang Xiao
parent a588dced31
commit a8c21f8e18
14 changed files with 89 additions and 89 deletions

View File

@@ -2,7 +2,7 @@
#if LV_USE_ARC && LV_BUILD_EXAMPLES
void lv_example_arc_1(void)
void lv_example_arc_1(void)
{
/*Create an Arc*/
lv_obj_t * arc = lv_arc_create(lv_scr_act());

View File

@@ -1,4 +1,4 @@
#include "../../../lvgl.h"
#include "../../../lvgl.h"
#if LV_USE_ARC && LV_BUILD_EXAMPLES