Completed
Push — master ( 36ea73...4d80e3 )
by Jacob
01:31
created
lib.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
                 'sesskey' => sesskey(),
62 62
                 'type' => $this->get_config('allowedtypes'),
63 63
                 'timelimit' => $this->get_config('timelimit')
64
-              );
64
+                );
65 65
             $this->add_button_after($params, 0, 'audiortc');
66 66
         }
67 67
 
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
                 'sesskey' => sesskey(),
74 74
                 'type' => $this->get_config('allowedtypes'),
75 75
                 'timelimit' => $this->get_config('timelimit')
76
-              );
76
+                );
77 77
             $this->add_button_after($params, 0, 'videortc');
78 78
         }
79 79
     }
Please login to merge, or discard this patch.