summaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-16 22:32:04 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-16 22:32:04 +0000
commitac678ec2f127fc02a93fff2c164e0b13a94a6abf (patch)
treef1354d1d4e3ca29b1fd77698d45791e61fd7a8b1 /procps
parent17e3c34aa7abe42aa604234235338e2b8087b8a0 (diff)
downloadbusybox-w32-ac678ec2f127fc02a93fff2c164e0b13a94a6abf.tar.gz
busybox-w32-ac678ec2f127fc02a93fff2c164e0b13a94a6abf.tar.bz2
busybox-w32-ac678ec2f127fc02a93fff2c164e0b13a94a6abf.zip
style fixes, no code changes
Diffstat (limited to 'procps')
-rw-r--r--procps/top.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c
index ee6ee5d5c..7d30936a8 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -103,7 +103,8 @@ static int time_sort(top_status_t *P, top_status_t *Q)
103 return Q->ticks != P->ticks; /* 0 if ==, 1 if > */ 103 return Q->ticks != P->ticks; /* 0 if ==, 1 if > */
104} 104}
105 105
106static int mult_lvl_cmp(void* a, void* b) { 106static int mult_lvl_cmp(void* a, void* b)
107{
107 int i, cmp_val; 108 int i, cmp_val;
108 109
109 for (i = 0; i < SORT_DEPTH; i++) { 110 for (i = 0; i < SORT_DEPTH; i++) {