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:
Xiang Xiao
2021-01-11 07:28:00 -06:00
committed by GitHub
parent 52ba06a228
commit 81b13bf3b6
181 changed files with 515 additions and 1201 deletions

View File

@@ -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);