Drop unicode whitespace

This commit is contained in:
Christian Göttsche 2021-11-01 12:12:13 +01:00
parent 2ef70ad7f6
commit afa3fe4af1
1 changed files with 1 additions and 1 deletions

View File

@ -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];