Indent the define statement by two spaces

follow the code style convention

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-05-20 06:32:34 +08:00
committed by Alan Carvalho de Assis
parent ae1fd83a46
commit 7990f90915
390 changed files with 4060 additions and 4063 deletions
+2 -2
View File
@@ -45,11 +45,11 @@
#undef EXTERN
#if defined(__cplusplus)
# define EXTERN extern "C"
# define EXTERN extern "C"
extern "C"
{
#else
# define EXTERN extern
# define EXTERN extern
#endif
EXTERN struct nx_fontset_s g_7bitfonts;
+2 -2
View File
@@ -69,11 +69,11 @@ struct nxtk_framedwindow_s
#undef EXTERN
#if defined(__cplusplus)
# define EXTERN extern "C"
# define EXTERN extern "C"
extern "C"
{
#else
# define EXTERN extern
# define EXTERN extern
#endif
/* That is the callback for the framed window */