Completed
Push — master ( 4e7553...47271c )
by Simon
02:20
created
src/Logger/CLog.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -39,12 +39,12 @@
 block discarded – undo
39 39
     {
40 40
         $now = microtime(true);
41 41
         $this->timestamp[] = array(
42
-          'domain'  => $domain,
43
-          'where'   => $where,
44
-          'comment' => $comment,
45
-          'when'    => $now,
46
-          'memory'  => memory_get_usage(true),
47
-          'duration'=> 0,
42
+            'domain'  => $domain,
43
+            'where'   => $where,
44
+            'comment' => $comment,
45
+            'when'    => $now,
46
+            'memory'  => memory_get_usage(true),
47
+            'duration'=> 0,
48 48
         );
49 49
 
50 50
         if ($this->pos > 0) {
Please login to merge, or discard this patch.