mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Remove trailing whitespaces
This commit is contained in:
@ -5,4 +5,3 @@ void Battery_getData(double* level, ACPresence* isOnAC) {
|
||||
*level = -1;
|
||||
*isOnAC = AC_ERROR;
|
||||
}
|
||||
|
||||
|
@ -18,4 +18,3 @@ void CRT_handleSIGSEGV(int sgn) {
|
||||
fprintf(stderr, "\nPlease contact your platform package maintainer!\n\n");
|
||||
abort();
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@ void UnsupportedProcess_delete(Object* cast) {
|
||||
// free platform-specific fields here
|
||||
free(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user