diff --git a/src/draw/nema_gfx/lv_draw_nema_gfx.h b/src/draw/nema_gfx/lv_draw_nema_gfx.h index e455bb77ff..26a8fae941 100644 --- a/src/draw/nema_gfx/lv_draw_nema_gfx.h +++ b/src/draw/nema_gfx/lv_draw_nema_gfx.h @@ -119,4 +119,4 @@ void lv_draw_nema_gfx_arc(lv_draw_unit_t * draw_unit, const lv_draw_arc_dsc_t * } /*extern "C"*/ #endif -#endif /*LV_DRAW_NEMA_GFX_H*/ \ No newline at end of file +#endif /*LV_DRAW_NEMA_GFX_H*/ diff --git a/src/draw/nema_gfx/lv_draw_nema_gfx_layer.c b/src/draw/nema_gfx/lv_draw_nema_gfx_layer.c index 1d9f5c74cd..c55124f97c 100644 --- a/src/draw/nema_gfx/lv_draw_nema_gfx_layer.c +++ b/src/draw/nema_gfx/lv_draw_nema_gfx_layer.c @@ -54,4 +54,4 @@ void lv_draw_nema_gfx_layer(lv_draw_unit_t * draw_unit, const lv_draw_image_dsc_ lv_draw_nema_gfx_img(draw_unit, &new_draw_dsc, coords); } -#endif /*LV_USE_NEMA_GFX*/ \ No newline at end of file +#endif /*LV_USE_NEMA_GFX*/ diff --git a/src/draw/nema_gfx/lv_draw_nema_gfx_line.c b/src/draw/nema_gfx/lv_draw_nema_gfx_line.c index 6ca3f83622..31cb342ebc 100644 --- a/src/draw/nema_gfx/lv_draw_nema_gfx_line.c +++ b/src/draw/nema_gfx/lv_draw_nema_gfx_line.c @@ -90,4 +90,4 @@ void lv_draw_nema_gfx_line(lv_draw_unit_t * draw_unit, const lv_draw_line_dsc_t nema_cl_submit(&(draw_nema_gfx_unit->cl)); } -#endif \ No newline at end of file +#endif diff --git a/src/draw/nema_gfx/lv_draw_nema_gfx_utils.c b/src/draw/nema_gfx/lv_draw_nema_gfx_utils.c index ffb9977cde..2ecce650d3 100644 --- a/src/draw/nema_gfx/lv_draw_nema_gfx_utils.c +++ b/src/draw/nema_gfx/lv_draw_nema_gfx_utils.c @@ -140,4 +140,4 @@ bool lv_nemagfx_is_cf_supported(lv_color_format_t cf) return true; } -#endif /*LV_USE_NEMA_GFX*/ \ No newline at end of file +#endif /*LV_USE_NEMA_GFX*/ diff --git a/src/draw/nema_gfx/lv_draw_nema_gfx_utils.h b/src/draw/nema_gfx/lv_draw_nema_gfx_utils.h index ec1091ee21..ece7495177 100644 --- a/src/draw/nema_gfx/lv_draw_nema_gfx_utils.h +++ b/src/draw/nema_gfx/lv_draw_nema_gfx_utils.h @@ -129,4 +129,4 @@ void lv_nemagfx_grad_set(NEMA_VG_GRAD_HANDLE gradient, lv_grad_dsc_t lv_grad, lv } /*extern "C"*/ #endif -#endif /*LV_DRAW_NEMA_GFX_UTILS_H*/ \ No newline at end of file +#endif /*LV_DRAW_NEMA_GFX_UTILS_H*/