summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-08-21 10:37:33 +0200
committerChristian Göttsche <cgzones@googlemail.com>2020-08-21 10:37:33 +0200
commitb92f62f912d15b5db59483ea803fe1bb282ebc9a (patch)
tree963b2963e445e9f31ba7c7af0d55980274173e76 /unsupported
parent3856bf574b6686418392e6e1ba2ed8525427b241 (diff)
Remove trailing whitespaces
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Battery.c1
-rw-r--r--unsupported/UnsupportedCRT.c1
-rw-r--r--unsupported/UnsupportedProcess.c1
3 files changed, 0 insertions, 3 deletions
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);
}
-

© 2014-2024 Faster IT GmbH | imprint | privacy policy