mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 09:37:42 +08:00
[del] extra spaces
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
e12a8b06f0
commit
ae3eca803d
+1
-1
@@ -1659,7 +1659,7 @@ bool lv_obj_is_protected(const lv_obj_t * obj, uint8_t prot)
|
|||||||
* @param obj pointer to an object
|
* @param obj pointer to an object
|
||||||
* @return the signal function
|
* @return the signal function
|
||||||
*/
|
*/
|
||||||
lv_signal_func_t lv_obj_get_signal_func(const lv_obj_t * obj)
|
lv_signal_func_t lv_obj_get_signal_func(const lv_obj_t * obj)
|
||||||
{
|
{
|
||||||
return obj->signal_func;
|
return obj->signal_func;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -763,7 +763,7 @@ bool lv_obj_is_protected(const lv_obj_t * obj, uint8_t prot);
|
|||||||
* @param obj pointer to an object
|
* @param obj pointer to an object
|
||||||
* @return the signal function
|
* @return the signal function
|
||||||
*/
|
*/
|
||||||
lv_signal_func_t lv_obj_get_signal_func(const lv_obj_t * obj);
|
lv_signal_func_t lv_obj_get_signal_func(const lv_obj_t * obj);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the design function of an object
|
* Get the design function of an object
|
||||||
|
|||||||
Reference in New Issue
Block a user