mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
style: remove extra spaces and align parameters
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
187def2611
commit
1b801a5bbc
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user