Passed
Push — master ( 4ab539...7833ac )
by Jesus
01:54
created
lib.php 1 patch
Indentation   +39 added lines, -39 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
                     'videortcicon' => $videortcicon,
68 68
                     'oldermoodle' => $moodleversion < $moodle32,
69 69
                     'maxrecsize' => $maxrecsize
70
-              );
70
+                );
71 71
 
72 72
     return $params;
73 73
 }
@@ -79,44 +79,44 @@  discard block
 block discarded – undo
79 79
     global $PAGE;
80 80
 
81 81
     $stringsforjs = array('audiortc',
82
-                          'videortc',
83
-                          'nowebrtc',
84
-                          'nowebrtc_title',
85
-                          'gumabort_title',
86
-                          'gumabort',
87
-                          'gumnotallowed_title',
88
-                          'gumnotallowed',
89
-                          'gumnotfound_title',
90
-                          'gumnotfound',
91
-                          'gumnotreadable_title',
92
-                          'gumnotreadable',
93
-                          'gumoverconstrained_title',
94
-                          'gumoverconstrained',
95
-                          'gumsecurity_title',
96
-                          'gumsecurity',
97
-                          'gumtype_title',
98
-                          'gumtype',
99
-                          'insecurealert_title',
100
-                          'insecurealert',
101
-                          'browseralert_title',
102
-                          'browseralert',
103
-                          'startrecording',
104
-                          'recordagain',
105
-                          'stoprecording',
106
-                          'recordingfailed',
107
-                          'attachrecording',
108
-                          'norecordingfound_title',
109
-                          'norecordingfound',
110
-                          'nearingmaxsize_title',
111
-                          'nearingmaxsize',
112
-                          'uploadprogress',
113
-                          'uploadfailed',
114
-                          'uploadfailed404',
115
-                          'uploadaborted',
116
-                          'annotationprompt',
117
-                          'annotation:audio',
118
-                          'annotation:video'
119
-                      );
82
+                            'videortc',
83
+                            'nowebrtc',
84
+                            'nowebrtc_title',
85
+                            'gumabort_title',
86
+                            'gumabort',
87
+                            'gumnotallowed_title',
88
+                            'gumnotallowed',
89
+                            'gumnotfound_title',
90
+                            'gumnotfound',
91
+                            'gumnotreadable_title',
92
+                            'gumnotreadable',
93
+                            'gumoverconstrained_title',
94
+                            'gumoverconstrained',
95
+                            'gumsecurity_title',
96
+                            'gumsecurity',
97
+                            'gumtype_title',
98
+                            'gumtype',
99
+                            'insecurealert_title',
100
+                            'insecurealert',
101
+                            'browseralert_title',
102
+                            'browseralert',
103
+                            'startrecording',
104
+                            'recordagain',
105
+                            'stoprecording',
106
+                            'recordingfailed',
107
+                            'attachrecording',
108
+                            'norecordingfound_title',
109
+                            'norecordingfound',
110
+                            'nearingmaxsize_title',
111
+                            'nearingmaxsize',
112
+                            'uploadprogress',
113
+                            'uploadfailed',
114
+                            'uploadfailed404',
115
+                            'uploadaborted',
116
+                            'annotationprompt',
117
+                            'annotation:audio',
118
+                            'annotation:video'
119
+                        );
120 120
     $PAGE->requires->strings_for_js($stringsforjs, 'atto_recordrtc');
121 121
 }
122 122
 
Please login to merge, or discard this patch.