Skip to content

Commit

Permalink
Fix spacing in linux/LibSensors.c
Browse files Browse the repository at this point in the history
Co-authored-by: BenBE <BenBE@geshi.org>
  • Loading branch information
segabor and BenBE authored Mar 27, 2024
1 parent a8f8e17 commit d2d4ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/LibSensors.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void LibSensors_getCPUTemperatures(CPUData* cpus, unsigned int existingCPUs, uns
if (existingCPUs == 8 && String_eq(chip->prefix, "bigcore1_thermal")) {
data[7] = temp;
data[8] = temp;
coreTempCount+=2;
coreTempCount += 2;
continue;
}

Expand Down

0 comments on commit d2d4ada

Please sign in to comment.