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);
|
fprintf(stderr, "Error: could not read procfs (compiled to look in %s).\n", PROCDIR);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_LIBSENSORS
|
#ifdef HAVE_LIBSENSORS
|
||||||
sensors_init(NULL);
|
sensors_init(NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue