tidy round1

This commit is contained in:
James Cherry
2026-04-13 14:59:05 -07:00
parent 0a8a86d606
commit 63efee64bf
328 changed files with 3030 additions and 3441 deletions
+6 -6
View File
@@ -24,16 +24,16 @@
#include "Machine.hh"
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/time.h>
#include <cstdio>
#include <cstdlib>
#include <sys/resource.h>
#include <sys/time.h>
#include <thread>
#include <unistd.h>
#include "Format.hh"
#include "StaConfig.hh"
#include "StringUtil.hh"
#include "Format.hh"
namespace sta {
@@ -105,4 +105,4 @@ memoryUsage()
return memory;
}
} // namespace
} // namespace sta