Ver código fonte

[nk-n9h30] format code

Meco Man 3 anos atrás
pai
commit
ab4c22b07d

+ 2 - 2
bsp/nuvoton/nk-n9h30/applications/lvgl/lv_conf.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2006-2022, RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *
@@ -25,7 +25,7 @@
 #define LV_FONT_MONTSERRAT_16           1
 #define LV_USE_PERF_MONITOR             1
 
-#if LV_VERSION_EQUAL(8, 1, 0)		
+#if LV_VERSION_EQUAL(8, 1, 0)
 #define LV_USE_DEMO_RTT_MUSIC           1
 #define LV_DEMO_RTT_MUSIC_AUTO_PLAY     1
 #else

+ 2 - 2
bsp/nuvoton/nk-n9h30/applications/lvgl/lv_port_disp.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2006-2022, RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *
@@ -273,7 +273,7 @@ void lv_port_disp_init(void)
     /*Set a display buffer*/
     disp_drv.draw_buf = &disp_buf;
 
-#if LV_VERSION_EQUAL(8, 1, 0)		
+#if LV_VERSION_EQUAL(8, 1, 0)
     /*Fill a memory with a color (GPU only)*/
     disp_drv.gpu_fill_cb = nu_fill_cb;
 #endif