summaryrefslogtreecommitdiffstats
path: root/solaris
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 /solaris
parent3856bf574b6686418392e6e1ba2ed8525427b241 (diff)
Remove trailing whitespaces
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Battery.c1
-rw-r--r--solaris/SolarisProcessList.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/solaris/Battery.c b/solaris/Battery.c
index 6d6e94bd..080cf540 100644
--- a/solaris/Battery.c
+++ b/solaris/Battery.c
@@ -5,4 +5,3 @@ void Battery_getData(double* level, ACPresence* isOnAC) {
*level = -1;
*isOnAC = AC_ERROR;
}
-
diff --git a/solaris/SolarisProcessList.c b/solaris/SolarisProcessList.c
index 8faa49f3..ab2cf68b 100644
--- a/solaris/SolarisProcessList.c
+++ b/solaris/SolarisProcessList.c
@@ -419,4 +419,3 @@ void ProcessList_goThroughEntries(ProcessList* this) {
this->kernelThreads = 1;
proc_walk(&SolarisProcessList_walkproc, this, PR_WALK_LWP);
}
-

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