summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-11-01 12:12:13 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-11-01 12:12:13 +0100
commitafa3fe4af1af9dc5347c06578fa2fb940f8cfc8d (patch)
tree4c5cd0aeda8608362e4ed2d92bbbb30f400c316f
parent2ef70ad7f692686710091132978129b614f6dd1a (diff)
Drop unicode whitespace
-rw-r--r--openbsd/OpenBSDProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/OpenBSDProcessList.c b/openbsd/OpenBSDProcessList.c
index 476af61d..6f79a775 100644
--- a/openbsd/OpenBSDProcessList.c
+++ b/openbsd/OpenBSDProcessList.c
@@ -388,7 +388,7 @@ static void kernelCPUTimesToHtop(const u_int64_t* times, CPUData* cpu) {
unsigned long long sysAllTime = times[CP_INTR] + times[CP_SYS];
- // XXX Not sure if CP_SPIN should be added to sysAllTime.
+ // XXX Not sure if CP_SPIN should be added to sysAllTime.
// See https://github.com/openbsd/src/commit/531d8034253fb82282f0f353c086e9ad827e031c
#ifdef CP_SPIN
sysAllTime += times[CP_SPIN];

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