From 83cca343c3b8264e8c2bea79c0e660dd7ab6dd42 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 28 Mar 2016 22:04:08 +0200 Subject: [PATCH] Fix fixing of coding style --- lib/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib.php b/lib/lib.php index 5edd7328..fccda314 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -77,7 +77,7 @@ function getProcessorCount() { $sCPU = file_get_contents('/proc/cpuinfo'); - preg_match_all('#processor : [0-9]+#', $sCPU, $aMatches); + preg_match_all('#processor\s+: [0-9]+#', $sCPU, $aMatches); return sizeof($aMatches[0]); } -- 2.39.5