1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

verify code formtting

This commit is contained in:
Gabor Kiss-Vamosi 2023-11-13 22:19:40 +01:00
parent 293937a1df
commit d74f660d9a
2 changed files with 0 additions and 2 deletions

View File

@ -546,7 +546,6 @@ lv_result_t lv_indev_send_event(lv_indev_t * indev, lv_event_code_t code, void *
return res;
}
/**********************
* STATIC FUNCTIONS
**********************/

View File

@ -506,7 +506,6 @@ static inline lv_anim_t * lv_anim_custom_get(lv_anim_t * a, lv_anim_custom_exec_
*/
uint16_t lv_anim_count_running(void);
/**
* Store the speed as a special value which can be used as time in animations.
* It will be converted to time internally based on the start and end values