Completed
Push — master ( debe1f...8b07a4 )
by Emmanuel
03:07
created
src/GlLazyLoadImg.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
     
72 72
     private function gcd($a,$b) {
73
-         return ($a % $b) ? $this->gcd($b,$a % $b) : $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.