mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Miscellaneous fixes from astyle tool.
This commit is contained in:
@@ -210,7 +210,7 @@ static int task_spawn_proxy(int argc, FAR char *argv[])
|
||||
#ifndef CONFIG_DISABLE_SIGNALS
|
||||
DEBUGASSERT(g_spawn_parms.file_actions ||
|
||||
(g_spawn_parms.attr &&
|
||||
(g_spawn_parms.attr->flags & POSIX_SPAWN_SETSIGMASK) != 0));
|
||||
(g_spawn_parms.attr->flags & POSIX_SPAWN_SETSIGMASK) != 0));
|
||||
#else
|
||||
DEBUGASSERT(g_spawn_parms.file_actions);
|
||||
#endif
|
||||
@@ -323,9 +323,9 @@ static int task_spawn_proxy(int argc, FAR char *argv[])
|
||||
****************************************************************************/
|
||||
|
||||
int task_spawn(FAR pid_t *pid, FAR const char *name, main_t entry,
|
||||
FAR const posix_spawn_file_actions_t *file_actions,
|
||||
FAR const posix_spawnattr_t *attr,
|
||||
FAR char *const argv[], FAR char *const envp[])
|
||||
FAR const posix_spawn_file_actions_t *file_actions,
|
||||
FAR const posix_spawnattr_t *attr,
|
||||
FAR char *const argv[], FAR char *const envp[])
|
||||
{
|
||||
struct sched_param param;
|
||||
pid_t proxy;
|
||||
|
||||
Reference in New Issue
Block a user