Completed
Push — master ( 53780e...168ede )
by Emmanuel
02:11
created
src/GlLazyLoadImg.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,8 @@
 block discarded – undo
69 69
     }
70 70
 
71 71
     
72
-    private function gcd($a,$b) {
73
-         return ($a % $b) ? $this->gcd($b,$a % $b) : $b;
72
+    private function gcd($a, $b) {
73
+         return ($a % $b) ? $this->gcd($b, $a % $b) : $b;
74 74
     }
75 75
     
76 76
     /**
Please login to merge, or discard this patch.