From 8344e9832f6d0a76d7c8db8aacb5ba5724ef8225 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 10 Jan 2024 21:49:16 +0100 Subject: [PATCH] contrib/format.sh src/cpufreq.c --- src/cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpufreq.c b/src/cpufreq.c index befbb647d..9f31cf58e 100644 --- a/src/cpufreq.c +++ b/src/cpufreq.c @@ -37,7 +37,7 @@ static int num_cpu; struct cpu_data_t { value_to_rate_state_t *time_state; -} * cpu_data; +} *cpu_data; /* Flags denoting capability of reporting CPU frequency statistics. */ static bool report_p_stats = false; -- 2.47.2