style: remove extra spaces and align parameters
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
187def2611
commit
1b801a5bbc
6 changed files with 16 additions and 16 deletions
|
@ -262,7 +262,7 @@ static int elf_loadbinary(FAR struct binary_s *binp,
|
|||
{
|
||||
if (nexports > 0)
|
||||
{
|
||||
berr("Cannot bind exported symbols to a "\
|
||||
berr("Cannot bind exported symbols to a "
|
||||
"fully linked executable\n");
|
||||
ret = -ENOEXEC;
|
||||
goto errout_with_load;
|
||||
|
|
Loading…
Reference in a new issue