diff --git a/src/cpufreq.c b/src/cpufreq.c index bbd1906..51c2357 100644 --- a/src/cpufreq.c +++ b/src/cpufreq.c @@ -30,7 +30,8 @@ #include "cntd.h" -HIDDEN void init_cpufreq() { +HIDDEN void init_cpufreq() +{ char filename[STRING_SIZE]; read_str_from_file(SCALING_GOVERNOR, cntd->scaling_governor); if (!(strcmp(cntd->scaling_governor, "userspace")))