Run code formatter

This commit is contained in:
Gabor Kiss-Vamosi
2020-06-16 13:47:04 +02:00
parent 2d0480c03d
commit 41e65d9df1
16 changed files with 130 additions and 120 deletions

View File

@@ -24,21 +24,20 @@
* TYPEDEFS
**********************/
typedef struct
{
lv_style_t scr;
lv_style_t bg;
lv_style_t clip_corner;
lv_style_t btn;
lv_style_t round;
lv_style_t no_radius;
lv_style_t fg_color;
lv_style_t border_none;
lv_style_t big_line_space; /*In roller or dropdownlist*/
lv_style_t pad_none;
lv_style_t pad_normal;
lv_style_t pad_small;
lv_style_t pad_inner;
typedef struct {
lv_style_t scr;
lv_style_t bg;
lv_style_t clip_corner;
lv_style_t btn;
lv_style_t round;
lv_style_t no_radius;
lv_style_t fg_color;
lv_style_t border_none;
lv_style_t big_line_space; /*In roller or dropdownlist*/
lv_style_t pad_none;
lv_style_t pad_normal;
lv_style_t pad_small;
lv_style_t pad_inner;
#if LV_USE_ARC
lv_style_t arc_bg, arc_indic;
@@ -79,7 +78,7 @@ lv_style_t pad_inner;
#if LV_USE_TABVIEW
lv_style_t tab_bg;
#endif
}theme_styles_t;
} theme_styles_t;
/**********************
* STATIC PROTOTYPES