1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-02-04 07:13:00 +08:00

chore: remove UTF-8 BOMs (#6942)

This commit is contained in:
Gabor Kiss-Vamosi 2024-10-11 21:31:35 +02:00 committed by GitHub
parent 0718a12818
commit 2466d7ca39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
37 changed files with 39 additions and 39 deletions

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_demo_render.c * @file lv_demo_render.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_demo_render.h * @file lv_demo_render.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_conf_cmsis.h * @file lv_conf_cmsis.h
* Configuration file for v9.2.0 * Configuration file for v9.2.0
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_example_style.h * @file lv_example_style.h
* *
*/ */

View File

@ -1,4 +1,4 @@
#include "../lv_examples.h" #include "../lv_examples.h"
#if LV_BUILD_EXAMPLES #if LV_BUILD_EXAMPLES
#if LV_USE_DRAW_SW_COMPLEX_GRADIENTS #if LV_USE_DRAW_SW_COMPLEX_GRADIENTS

View File

@ -1,4 +1,4 @@
#include "../lv_examples.h" #include "../lv_examples.h"
#if LV_BUILD_EXAMPLES #if LV_BUILD_EXAMPLES
#if LV_USE_DRAW_SW_COMPLEX_GRADIENTS #if LV_USE_DRAW_SW_COMPLEX_GRADIENTS

View File

@ -1,4 +1,4 @@
#include "../lv_examples.h" #include "../lv_examples.h"
#if LV_BUILD_EXAMPLES #if LV_BUILD_EXAMPLES
#if LV_USE_DRAW_SW_COMPLEX_GRADIENTS #if LV_USE_DRAW_SW_COMPLEX_GRADIENTS

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_conf.h * @file lv_conf.h
* Configuration file for v9.3.0-dev * Configuration file for v9.3.0-dev
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_blend.c * @file lv_draw_sw_blend.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_blend_al88.c * @file lv_draw_sw_blend_al88.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_blend_to_al88.h * @file lv_draw_sw_blend_to_al88.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_blend.c * @file lv_draw_sw_blend.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_blend_l8.c * @file lv_draw_sw_blend_l8.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_blend_to_l8.h * @file lv_draw_sw_blend_to_l8.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_blend_to_rgb565.c * @file lv_draw_sw_blend_to_rgb565.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_blend_to_rgb888.c * @file lv_draw_sw_blend_to_rgb888.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw.h * @file lv_draw_sw.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_fill.c * @file lv_draw_sw_fill.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_gradient.c * @file lv_draw_sw_gradient.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_gradient.h * @file lv_draw_sw_gradient.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_img.c * @file lv_draw_sw_img.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_draw_sw_transform.c * @file lv_draw_sw_transform.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_windows_context.c * @file lv_windows_context.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_windows_context.h * @file lv_windows_context.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_windows_input.c * @file lv_windows_input.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/* /*
* Copyright (c) 2021 - 2024 the ThorVG project. All rights reserved. * Copyright (c) 2021 - 2024 the ThorVG project. All rights reserved.
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_color.c * @file lv_color.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_color.h * @file lv_color.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_math.c * @file lv_math.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_math.h * @file lv_math.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_style.h * @file lv_style.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_windows.c * @file lv_windows.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_windows.h * @file lv_windows.h
* *
*/ */

View File

@ -1,4 +1,4 @@
#include "../../lv_conf_internal.h" #include "../../lv_conf_internal.h"
#if LV_USE_STDLIB_MALLOC == LV_STDLIB_BUILTIN #if LV_USE_STDLIB_MALLOC == LV_STDLIB_BUILTIN
#ifndef LV_TLSF_H #ifndef LV_TLSF_H

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_mem.h * @file lv_mem.h
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_canvas.c * @file lv_canvas.c
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* @file lv_test_assert.c * @file lv_test_assert.c
* *
* Copyright 2002-2010 Guillaume Cottenceau. * Copyright 2002-2010 Guillaume Cottenceau.