style fixes, no code changes

This commit is contained in:
Denis Vlasenko
2007-04-16 22:32:04 +00:00
parent 17e3c34aa7
commit ac678ec2f1
13 changed files with 34 additions and 17 deletions

View File

@ -22,7 +22,8 @@ static const struct {
{SCHED_RR, "SCHED_RR"}
};
static void show_min_max(int pol) {
static void show_min_max(int pol)
{
const char *fmt = "%s min/max priority\t: %d/%d\n\0%s not supported?\n";
int max, min;
max = sched_get_priority_max(pol);