Completed
Push — master ( 8f64a8...ba611b )
by Jesus
01:26
created
lib.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
                 'sesskey' => sesskey(),
68 68
                 'type' => $this->get_config('allowedtypes'),
69 69
                 'timelimit' => $this->get_config('timelimit')
70
-              );
70
+                );
71 71
             $this->add_button_after($params, 0, 'audiortc');
72 72
         }
73 73
 
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
                 'sesskey' => sesskey(),
80 80
                 'type' => $this->get_config('allowedtypes'),
81 81
                 'timelimit' => $this->get_config('timelimit')
82
-              );
82
+                );
83 83
             $this->add_button_after($params, 0, 'videortc');
84 84
         }
85 85
     }
Please login to merge, or discard this patch.