chore(meter): fix code formatting

This commit is contained in:
Gabor Kiss-Vamosi
2023-02-14 08:18:11 +01:00
parent d979967d38
commit aeb71265da
+2 -2
View File
@@ -453,8 +453,8 @@ static void draw_ticks_and_labels(lv_obj_t * obj, lv_draw_ctx_t * draw_ctx, cons
}
}
int32_t angle_upscale = ((i * meter->scale.angle_range) * 10) / (meter->scale.tick_cnt - 1) + meter->scale.rotation *
10;
int32_t angle_upscale = ((i * meter->scale.angle_range) * 10) / (meter->scale.tick_cnt - 1);
angle_upscale += meter->scale.rotation * 10;
line_dsc.color = line_color;
line_dsc.width = line_width;