From b92f62f912d15b5db59483ea803fe1bb282ebc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 21 Aug 2020 10:37:33 +0200 Subject: Remove trailing whitespaces --- unsupported/Battery.c | 1 - unsupported/UnsupportedCRT.c | 1 - unsupported/UnsupportedProcess.c | 1 - 3 files changed, 3 deletions(-) (limited to 'unsupported') diff --git a/unsupported/Battery.c b/unsupported/Battery.c index 6d6e94bd..080cf540 100644 --- a/unsupported/Battery.c +++ b/unsupported/Battery.c @@ -5,4 +5,3 @@ void Battery_getData(double* level, ACPresence* isOnAC) { *level = -1; *isOnAC = AC_ERROR; } - diff --git a/unsupported/UnsupportedCRT.c b/unsupported/UnsupportedCRT.c index 5c3a9de4..49cc5d0d 100644 --- a/unsupported/UnsupportedCRT.c +++ b/unsupported/UnsupportedCRT.c @@ -18,4 +18,3 @@ void CRT_handleSIGSEGV(int sgn) { fprintf(stderr, "\nPlease contact your platform package maintainer!\n\n"); abort(); } - diff --git a/unsupported/UnsupportedProcess.c b/unsupported/UnsupportedProcess.c index ec1de78e..e3b4689a 100644 --- a/unsupported/UnsupportedProcess.c +++ b/unsupported/UnsupportedProcess.c @@ -30,4 +30,3 @@ void UnsupportedProcess_delete(Object* cast) { // free platform-specific fields here free(this); } - -- cgit v1.2.3