tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c.

This commit is contained in:
Gregory Nutt
2019-03-01 10:50:02 -06:00
parent 4942867fcf
commit f914ec6e2b
28 changed files with 362 additions and 233 deletions
-3
View File
@@ -137,6 +137,3 @@ int env_dup(FAR struct task_group_s *group)
}
#endif /* CONFIG_DISABLE_ENVIRON */
-3
View File
@@ -114,6 +114,3 @@ errout:
}
#endif /* CONFIG_DISABLE_ENVIRON */
-3
View File
@@ -95,6 +95,3 @@ void env_release(FAR struct task_group_s *group)
}
#endif /* CONFIG_DISABLE_ENVIRON */
-3
View File
@@ -115,6 +115,3 @@ int env_removevar(FAR struct task_group_s *group, FAR char *pvar)
}
#endif /* CONFIG_DISABLE_ENVIRON */
-3
View File
@@ -133,6 +133,3 @@ int unsetenv(FAR const char *name)
}
#endif /* CONFIG_DISABLE_ENVIRON */