From 5d50f43d5fb9b791d0807bce2d701d7b43df67c1 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 19 Nov 2020 19:00:00 +1100 Subject: [PATCH] Add whitespace to improve Linux Platform_init readability --- linux/Platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/Platform.c b/linux/Platform.c index b8b92381..d77ec508 100644 --- a/linux/Platform.c +++ b/linux/Platform.c @@ -113,6 +113,7 @@ void Platform_init(void) { fprintf(stderr, "Error: could not read procfs (compiled to look in %s).\n", PROCDIR); exit(1); } + #ifdef HAVE_LIBSENSORS sensors_init(NULL); #endif