nxstyle: Fix typos in reported errors.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2021-04-01 08:38:17 +02:00
committed by Xiang Xiao
parent 1033ee3f79
commit aaedc99612
+2 -2
View File
@@ -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)