Add whitespace to improve Linux Platform_init readability

This commit is contained in:
Nathan Scott 2020-11-19 19:00:00 +11:00
parent c75c5ef9c6
commit 5d50f43d5f
1 changed files with 1 additions and 0 deletions

View File

@ -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