mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
nxstyle: Fix typos in reported errors.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
1033ee3f79
commit
aaedc99612
+2
-2
@@ -2806,7 +2806,7 @@ int main(int argc, char **argv, char **envp)
|
||||
|
||||
if (!bfunctions && (indent & 1) != 0)
|
||||
{
|
||||
ERROR("right left brace alignment", lineno, indent);
|
||||
ERROR("Bad left brace alignment", lineno, indent);
|
||||
}
|
||||
else if ((indent & 3) != 0 && !bswitch && prevdnest == 0)
|
||||
{
|
||||
@@ -2853,7 +2853,7 @@ int main(int argc, char **argv, char **envp)
|
||||
if (!bfunctions && g_file_type == C_SOURCE)
|
||||
{
|
||||
ERROR("\"Private/Public Functions\" not found!"
|
||||
" File was not be checked", lineno, 1);
|
||||
" File will not be checked", lineno, 1);
|
||||
}
|
||||
|
||||
if (ncomment > 0 || bstring)
|
||||
|
||||
Reference in New Issue
Block a user