chore(format): order the header file and function prototype (#3492)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-07-18 21:29:04 +08:00
committed by GitHub
parent dc1e4c87b0
commit 7eff407fea
6 changed files with 26 additions and 28 deletions

View File

@@ -24,7 +24,6 @@ extern "C" {
* GLOBAL PROTOTYPES
**********************/
void lv_example_fragment_1(void);
void lv_example_fragment_2(void);
/**********************

View File

@@ -13,13 +13,13 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "snapshot/lv_example_snapshot.h"
#include "monkey/lv_example_monkey.h"
#include "gridnav/lv_example_gridnav.h"
#include "fragment/lv_example_fragment.h"
#include "imgfont/lv_example_imgfont.h"
#include "msg/lv_example_msg.h"
#include "gridnav/lv_example_gridnav.h"
#include "ime/lv_example_ime_pinyin.h"
#include "imgfont/lv_example_imgfont.h"
#include "monkey/lv_example_monkey.h"
#include "msg/lv_example_msg.h"
#include "snapshot/lv_example_snapshot.h"
/*********************
* DEFINES