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
+4 -4
View File
@@ -56,9 +56,9 @@
#endif
#ifdef CONFIG_ELF_DUMPBUFFER
# define elf_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
# define elf_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
#else
# define elf_dumpbuffer(m,b,n)
# define elf_dumpbuffer(m,b,n)
#endif
/****************************************************************************
@@ -161,7 +161,7 @@ static void elf_dumploadinfo(FAR struct elf_loadinfo_s *loadinfo)
}
}
#else
# define elf_dumploadinfo(i)
# define elf_dumploadinfo(i)
#endif
/****************************************************************************
@@ -202,7 +202,7 @@ static void elf_dumpentrypt(FAR struct binary_s *binp,
#endif
}
#else
# define elf_dumpentrypt(b,l)
# define elf_dumpentrypt(b,l)
#endif
/****************************************************************************
+2 -2
View File
@@ -51,9 +51,9 @@
#endif
#ifdef CONFIG_ELF_DUMPBUFFER
# define elf_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
# define elf_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
#else
# define elf_dumpbuffer(m,b,n)
# define elf_dumpbuffer(m,b,n)
#endif
/****************************************************************************
+2 -2
View File
@@ -50,9 +50,9 @@
#endif
#ifdef CONFIG_ELF_DUMPBUFFER
# define elf_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
# define elf_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
#else
# define elf_dumpbuffer(m,b,n)
# define elf_dumpbuffer(m,b,n)
#endif
/****************************************************************************
+2 -2
View File
@@ -53,9 +53,9 @@
#endif
#ifdef CONFIG_NXFLAT_DUMPBUFFER
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
#else
# define nxflat_dumpbuffer(m,b,n)
# define nxflat_dumpbuffer(m,b,n)
#endif
/****************************************************************************
+2 -2
View File
@@ -49,9 +49,9 @@
#endif
#ifdef CONFIG_NXFLAT_DUMPBUFFER
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
#else
# define nxflat_dumpbuffer(m,b,n)
# define nxflat_dumpbuffer(m,b,n)
#endif
/****************************************************************************
+3 -3
View File
@@ -53,9 +53,9 @@
#endif
#ifdef CONFIG_NXFLAT_DUMPBUFFER
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
# define nxflat_dumpbuffer(m,b,n) binfodumpbuffer(m,b,n)
#else
# define nxflat_dumpbuffer(m,b,n)
# define nxflat_dumpbuffer(m,b,n)
#endif
/****************************************************************************
@@ -123,7 +123,7 @@ static void nxflat_dumploadinfo(FAR struct nxflat_loadinfo_s *loadinfo)
binfo(" reloccount: %d\n", loadinfo->reloccount);
}
#else
# define nxflat_dumploadinfo(i)
# define nxflat_dumploadinfo(i)
#endif
/****************************************************************************