From 50dc23f42c02dc57ef9613974543918a479a1bfd Mon Sep 17 00:00:00 2001 From: neverxie Date: Wed, 23 Jan 2019 13:53:22 +0800 Subject: [PATCH] [del] extra spaces --- lv_core/lv_obj.c | 2 +- lv_core/lv_obj.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lv_core/lv_obj.c b/lv_core/lv_obj.c index 7871bed76..59b004a48 100644 --- a/lv_core/lv_obj.c +++ b/lv_core/lv_obj.c @@ -1424,7 +1424,7 @@ bool lv_obj_is_protected(const lv_obj_t * obj, uint8_t prot) * @param obj pointer to an object * @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; } diff --git a/lv_core/lv_obj.h b/lv_core/lv_obj.h index 9ebc7a633..1aa03bd50 100644 --- a/lv_core/lv_obj.h +++ b/lv_core/lv_obj.h @@ -707,7 +707,7 @@ bool lv_obj_is_protected(const lv_obj_t * obj, uint8_t prot); * @param obj pointer to an object * @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