Unify header includes

- Sort Alphabetically
- Same indentation for preprocessor clauses
This commit is contained in:
Aaron Marcher
2018-05-07 11:21:59 +02:00
parent fbbe300f4d
commit 16a97fbca1
6 changed files with 13 additions and 13 deletions

View File

@ -16,9 +16,9 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <sys/sensors.h>
#include <sys/sysctl.h>
#include <sys/time.h>
#include <sys/sensors.h>
const char *
temp(const char *null)