fix(comment): remove the space after /* and before */
This commit is contained in:
@@ -28,7 +28,7 @@ static void event_cb(lv_obj_t * obj, lv_event_t e)
|
||||
txt_area.x1 = txt_area.x2 - txt_size.x + 1;
|
||||
dsc.color = lv_color_white();
|
||||
}
|
||||
/*If the indicator is still short put the text out of it on the right */
|
||||
/*If the indicator is still short put the text out of it on the right*/
|
||||
else {
|
||||
txt_area.x1 = bar->indic_area.x2 + 5;
|
||||
txt_area.x2 = txt_area.x1 + txt_size.x - 1;
|
||||
|
||||
Reference in New Issue
Block a user