Completed
Push — master ( 08a880...ead9c0 )
by Patrick
04:10
created
LDAP/class.LDAPServer.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -164,14 +164,14 @@
 block discarded – undo
164 164
 
165 165
     private function fixChildArray(&$array, $key, &$entity)
166 166
     {
167
-         $count = count($array);
168
-         for($i = 0; $i < $count; $i++)
169
-         {
170
-             if(isset($array[$i]))
171
-             {
172
-                 $entity[$key][$i] = $array[$i];
173
-             }
174
-         }
167
+            $count = count($array);
168
+            for($i = 0; $i < $count; $i++)
169
+            {
170
+                if(isset($array[$i]))
171
+                {
172
+                    $entity[$key][$i] = $array[$i];
173
+                }
174
+            }
175 175
     }
176 176
 
177 177
     private function fixObject($object, &$delete = false)
Please login to merge, or discard this patch.