Trivial, costmetic change

This commit is contained in:
Gregory Nutt 2015-07-24 10:19:29 -06:00
parent 6390eb55a0
commit 388217c1a0

View File

@ -185,12 +185,14 @@ int exec_builtin(FAR const char *appname, FAR char * const *argv,
{
goto errout_with_actions;
}
#else
ret = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSCHEDPARAM);
if (ret != 0)
{
goto errout_with_actions;
}
#endif
/* Is output being redirected? */