From ccad4019ce8e83cc7e9f3edb257c78bb51589421 Mon Sep 17 00:00:00 2001 From: Inqiyad Sabr Date: Tue, 18 Nov 2025 14:42:04 +0600 Subject: Fixing all redundancies in code reading, hopefully. --- cpu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpu.c') diff --git a/cpu.c b/cpu.c index a1068c2..dff7693 100644 --- a/cpu.c +++ b/cpu.c @@ -9,7 +9,8 @@ int cpu_delay = 6, cpu_stat[8]; char cpu_str[12]; int total, idle; double cpu_usage_p; -void cpu(void) { +void cpu(void) +{ if (cpu_delay++ < 6) goto show_stat; else cpu_delay = 0; int prev_idle, prev_total; -- cgit v1.2.3