Remove the double empty lines from all source files (#2009)
* Run dos2unix for all source files * Remove the trail space from all source files * Remove the double empty lines from all source files
This commit is contained in:
@@ -1117,7 +1117,6 @@ static lv_res_t lv_dropdown_page_scrl_signal(lv_obj_t * scrl, lv_signal_t sign,
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get the style descriptor of a part of the object
|
||||
* @param page pointer the object
|
||||
@@ -1187,8 +1186,6 @@ static void draw_box(lv_obj_t * ddlist, const lv_area_t * clip_area, uint16_t id
|
||||
_lv_obj_disable_style_caching(ddlist, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
static void draw_box_label(lv_obj_t * ddlist, const lv_area_t * clip_area, uint16_t id, lv_state_t state)
|
||||
{
|
||||
lv_dropdown_ext_t * ext = lv_obj_get_ext_attr(ddlist);
|
||||
@@ -1339,8 +1336,6 @@ static void position_to_selected(lv_obj_t * ddlist)
|
||||
lv_obj_invalidate(ext->page);
|
||||
}
|
||||
|
||||
|
||||
|
||||
static lv_obj_t * get_label(const lv_obj_t * ddlist)
|
||||
{
|
||||
lv_dropdown_ext_t * ext = lv_obj_get_ext_attr(ddlist);
|
||||
|
||||
Reference in New Issue
Block a user