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;
+2 -2
View File
@@ -74,7 +74,7 @@
* *
****************************************************************************/ ****************************************************************************/
int nxsig_queue (int pid, int signo, union sigval value) int nxsig_queue(int pid, int signo, union sigval value)
{ {
#ifdef CONFIG_SCHED_HAVE_PARENT #ifdef CONFIG_SCHED_HAVE_PARENT
FAR struct tcb_s *rtcb = this_task(); FAR struct tcb_s *rtcb = this_task();
@@ -143,7 +143,7 @@ int nxsig_queue (int pid, int signo, union sigval value)
* *
****************************************************************************/ ****************************************************************************/
int sigqueue (int pid, int signo, union sigval value) int sigqueue(int pid, int signo, union sigval value)
{ {
int ret; int ret;