Drop tabs in source indentions

This commit is contained in:
Christian Göttsche
2020-10-20 13:14:32 +02:00
committed by cgzones
parent dea19b644f
commit f8208f2173
9 changed files with 16 additions and 17 deletions

View File

@ -146,9 +146,9 @@ void ProcessList_delete(ProcessList* this) {
void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
DarwinProcessList *dpl = (DarwinProcessList *)super;
bool preExisting = true;
struct kinfo_proc *ps;
size_t count;
bool preExisting = true;
struct kinfo_proc *ps;
size_t count;
DarwinProcess *proc;
/* Update the global data (CPU times and VM stats) */