mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
style fix usage of clang-format directives
We do not use clang-format anymore, so the directive has been removed from most headers. lv_conf_template.h is untouched as a convenience for downstream projects which still use the tool. Fixes #2441
This commit is contained in:
parent
50ea6fb3fe
commit
2122583ec2
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#ifndef LV_CONF_H
|
#ifndef LV_CONF_H
|
||||||
#define LV_CONF_H
|
#define LV_CONF_H
|
||||||
/*clang-format off*/
|
/* clang-format off */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ fout.write(
|
|||||||
|
|
||||||
#ifndef LV_CONF_INTERNAL_H
|
#ifndef LV_CONF_INTERNAL_H
|
||||||
#define LV_CONF_INTERNAL_H
|
#define LV_CONF_INTERNAL_H
|
||||||
/*clang-format off*/
|
/* clang-format off */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#ifndef LV_SYMBOL_DEF_H
|
#ifndef LV_SYMBOL_DEF_H
|
||||||
#define LV_SYMBOL_DEF_H
|
#define LV_SYMBOL_DEF_H
|
||||||
/*clang-format off*/
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#ifndef LV_CONF_INTERNAL_H
|
#ifndef LV_CONF_INTERNAL_H
|
||||||
#define LV_CONF_INTERNAL_H
|
#define LV_CONF_INTERNAL_H
|
||||||
/*clang-format off*/
|
/* clang-format off */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
@ -46,7 +46,7 @@
|
|||||||
/*----------------------------------
|
/*----------------------------------
|
||||||
* Start parsing lv_conf_template.h
|
* Start parsing lv_conf_template.h
|
||||||
-----------------------------------*/
|
-----------------------------------*/
|
||||||
/*clang-format off*/
|
/* clang-format off */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user