Skip to content

Commit

Permalink
cpufreq.c style corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
cpt-harlock committed Jan 2, 2025
1 parent 33de6e1 commit 36a59f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit 36a59f8

Please sign in to comment.