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 /procps/top.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 'procps/top.c')
-rw-r--r-- | procps/top.c | 3 |
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 | ||
106 | static int mult_lvl_cmp(void* a, void* b) { | 106 | static 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++) { |