From 91f746cdd8b280543e43b62f79e6b40402c6567c Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 16 Jun 2015 10:10:57 -0500 Subject: [PATCH] Coding standards fix --- src/Uuid.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Uuid.php b/src/Uuid.php index dc68d0e..81dd646 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -1164,11 +1164,11 @@ final class Uuid protected static function getNodeFromSystem() { static $node = null; - - if($node !== null) { + + if ($node !== null) { return $node; } - + $pattern = '/[^:]([0-9A-Fa-f]{2}([:-])[0-9A-Fa-f]{2}(\2[0-9A-Fa-f]{2}){4})[^:]/'; $matches = array();