From 584124c9f4032046b4ed4a3f16ec5ee97ab08c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 14 Aug 2022 20:19:29 +0200 Subject: Convert tab indentation to spaces [ci skip] --- linux/LinuxProcessList.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux/LinuxProcessList.c b/linux/LinuxProcessList.c index 0ed2e4f7..a28d5148 100644 --- a/linux/LinuxProcessList.c +++ b/linux/LinuxProcessList.c @@ -263,9 +263,9 @@ static void LinuxProcessList_updateCPUcount(ProcessList* super) { return; if (Running_containerized) { - /* LXC munges /proc/cpuinfo but not the /sys/devices/system/cpu/ files, - * so limit the visible CPUs to what the guest has been configured to see: */ - currExisting = active = scanAvailableCPUsFromCPUinfo(this); + /* LXC munges /proc/cpuinfo but not the /sys/devices/system/cpu/ files, + * so limit the visible CPUs to what the guest has been configured to see: */ + currExisting = active = scanAvailableCPUsFromCPUinfo(this); } #ifdef HAVE_SENSORS_SENSORS_H @@ -1419,7 +1419,7 @@ static bool isOlderThan(const ProcessList* pl, const Process* proc, unsigned int /* Starttime might not yet be parsed */ if (proc->starttime_ctime <= 0) - return false; + return false; uint64_t realtime = pl->realtimeMs / 1000; -- cgit v1.2.3