style: remove extra spaces and align parameters

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2023-06-10 20:24:08 +03:00
committed by Xiang Xiao
parent 187def2611
commit 1b801a5bbc
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ static int elf_loadbinary(FAR struct binary_s *binp,
{ {
if (nexports > 0) if (nexports > 0)
{ {
berr("Cannot bind exported symbols to a "\ berr("Cannot bind exported symbols to a "
"fully linked executable\n"); "fully linked executable\n");
ret = -ENOEXEC; ret = -ENOEXEC;
goto errout_with_load; goto errout_with_load;