Remove trailing whitespaces

This commit is contained in:
Christian Göttsche
2020-08-21 10:37:33 +02:00
parent 3856bf574b
commit b92f62f912
26 changed files with 64 additions and 86 deletions

View File

@ -5,4 +5,3 @@ void Battery_getData(double* level, ACPresence* isOnAC) {
*level = -1;
*isOnAC = AC_ERROR;
}

View File

@ -18,4 +18,3 @@ void CRT_handleSIGSEGV(int sgn) {
fprintf(stderr, "\nPlease contact your platform package maintainer!\n\n");
abort();
}

View File

@ -30,4 +30,3 @@ void UnsupportedProcess_delete(Object* cast) {
// free platform-specific fields here
free(this);
}