From: Florian Forster Date: Wed, 10 Jan 2024 20:49:16 +0000 (+0100) Subject: contrib/format.sh src/cpufreq.c X-Git-Tag: 6.0.0-rc0~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8344e9832f6d0a76d7c8db8aacb5ba5724ef8225;p=thirdparty%2Fcollectd.git contrib/format.sh src/cpufreq.c --- 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;