mirror of https://github.com/xzeldon/htop.git
Add whitespace to improve Linux Platform_init readability
This commit is contained in:
parent
c75c5ef9c6
commit
5d50f43d5f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue