Trivial, costmetic change
This commit is contained in:
parent
6390eb55a0
commit
388217c1a0
@ -185,12 +185,14 @@ int exec_builtin(FAR const char *appname, FAR char * const *argv,
|
|||||||
{
|
{
|
||||||
goto errout_with_actions;
|
goto errout_with_actions;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
ret = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSCHEDPARAM);
|
ret = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSCHEDPARAM);
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
{
|
{
|
||||||
goto errout_with_actions;
|
goto errout_with_actions;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Is output being redirected? */
|
/* Is output being redirected? */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user