diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-16 22:32:04 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-16 22:32:04 +0000 |
commit | 318604b951e5f74ff9889274d82f908ac5818fac (patch) | |
tree | f1354d1d4e3ca29b1fd77698d45791e61fd7a8b1 /miscutils/chrt.c | |
parent | 00f949b5504f0d5c5dc3bb02da393481980631eb (diff) | |
download | busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.tar.gz busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.tar.bz2 busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.zip |
style fixes, no code changes
git-svn-id: svn://busybox.net/trunk/busybox@18461 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r-- | miscutils/chrt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 75d77d536..f52c3cd1b 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c | |||
@@ -22,7 +22,8 @@ static const struct { | |||
22 | {SCHED_RR, "SCHED_RR"} | 22 | {SCHED_RR, "SCHED_RR"} |
23 | }; | 23 | }; |
24 | 24 | ||
25 | static void show_min_max(int pol) { | 25 | static void show_min_max(int pol) |
26 | { | ||
26 | const char *fmt = "%s min/max priority\t: %d/%d\n\0%s not supported?\n"; | 27 | const char *fmt = "%s min/max priority\t: %d/%d\n\0%s not supported?\n"; |
27 | int max, min; | 28 | int max, min; |
28 | max = sched_get_priority_max(pol); | 29 | max = sched_get_priority_max(pol); |