chore(format): order the header file and function prototype (#3492)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -15,16 +15,15 @@ extern "C" {
|
||||
*********************/
|
||||
#include "../lvgl.h"
|
||||
|
||||
#include "styles/lv_example_style.h"
|
||||
#include "get_started/lv_example_get_started.h"
|
||||
#include "widgets/lv_example_widgets.h"
|
||||
#include "layouts/lv_example_layout.h"
|
||||
#include "scroll/lv_example_scroll.h"
|
||||
#include "anim/lv_example_anim.h"
|
||||
#include "event/lv_example_event.h"
|
||||
#include "styles/lv_example_style.h"
|
||||
#include "others/lv_example_others.h"
|
||||
#include "get_started/lv_example_get_started.h"
|
||||
#include "layouts/lv_example_layout.h"
|
||||
#include "libs/lv_example_libs.h"
|
||||
#include "others/lv_example_others.h"
|
||||
#include "scroll/lv_example_scroll.h"
|
||||
#include "styles/lv_example_style.h"
|
||||
#include "widgets/lv_example_widgets.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
|
||||
Reference in New Issue
Block a user