chore(style): remove the trailing space from all source files (#3188)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -10,11 +10,11 @@ Slider with custom style
|
||||
|
||||
.. lv_example:: widgets/slider/lv_example_slider_2
|
||||
:language: c
|
||||
|
||||
|
||||
Slider with extended drawer
|
||||
""""""""""""""""""""""""""""
|
||||
|
||||
.. lv_example:: widgets/slider/lv_example_slider_3
|
||||
:language: c
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
# A default slider with a label displaying the current value
|
||||
#
|
||||
def slider_event_cb(e):
|
||||
|
||||
@@ -5,7 +5,7 @@ def slider_event_cb(e):
|
||||
# Provide some extra space for the value
|
||||
if code == lv.EVENT.REFR_EXT_DRAW_SIZE:
|
||||
e.set_ext_draw_size(50)
|
||||
|
||||
|
||||
elif code == lv.EVENT.DRAW_PART_END:
|
||||
# print("DRAW_PART_END")
|
||||
dsc = lv.obj_draw_part_dsc_t.__cast__(e.get_param())
|
||||
|
||||
Reference in New Issue
Block a user