Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Fix whitespace
[slstatus.git]
/
components
/
temperature.c
diff --git
a/components/temperature.c
b/components/temperature.c
index
45fbc9b
..
d56cc0e
100644
(file)
--- a/
components/temperature.c
+++ b/
components/temperature.c
@@
-11,7
+11,7
@@
{
uintmax_t temp;
- if(pscanf(file, "%ju", &temp) != 1) {
+ if
(pscanf(file, "%ju", &temp) != 1) {
return NULL;
}