strip extra blank lines (php-cs-fixer)

This commit is contained in:
Dylan K. Taylor
2020-01-22 15:14:10 +00:00
parent 8d7a364b29
commit 055b13a6cf
149 changed files with 0 additions and 188 deletions

View File

@ -104,7 +104,6 @@ final class Process{
return [$heap, $stack];
}
public static function getThreadCount() : int{
if(Utils::getOS() === "linux" or Utils::getOS() === "android"){
if(preg_match("/Threads:[ \t]+([0-9]+)/", file_get_contents("/proc/self/status"), $matches) > 0){