1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix(warning): error: no newline at end of file

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Neo Xu 2024-02-26 12:25:40 +08:00
parent 47750f1b86
commit 9a6a194680
3 changed files with 3 additions and 3 deletions

View File

@ -7,4 +7,4 @@
IS_NOT_USED static void nothing(void) IS_NOT_USED static void nothing(void)
{ {
// do nothing // do nothing
} }

View File

@ -45,4 +45,4 @@ void lv_libjpeg_turbo_deinit(void);
} /* extern "C" */ } /* extern "C" */
#endif #endif
#endif /*LV_LIBJPEG_TURBO_H*/ #endif /*LV_LIBJPEG_TURBO_H*/

View File

@ -159,4 +159,4 @@ vg_lite_error_t vg_lite_rotate(vg_lite_float_t degrees, vg_lite_matrix_t * matri
* STATIC FUNCTIONS * STATIC FUNCTIONS
**********************/ **********************/
#endif /*LV_USE_VG_LITE_THORVG*/ #endif /*LV_USE_VG_LITE_THORVG*/