From ac678ec2f127fc02a93fff2c164e0b13a94a6abf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 16 Apr 2007 22:32:04 +0000 Subject: style fixes, no code changes --- procps/top.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'procps') 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) return Q->ticks != P->ticks; /* 0 if ==, 1 if > */ } -static int mult_lvl_cmp(void* a, void* b) { +static int mult_lvl_cmp(void* a, void* b) +{ int i, cmp_val; for (i = 0; i < SORT_DEPTH; i++) { -- cgit v1.2.3