From e213b48122f1f8e8d837053324d9c891a67a38d2 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Sun, 8 Jul 2018 17:44:53 +0200 Subject: Fix whitespace --- components/temperature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/temperature.c') diff --git a/components/temperature.c b/components/temperature.c index 45fbc9b..d56cc0e 100644 --- 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; } -- cgit v1.2.3