Passed
Push — master ( bf5f2f...960d7e )
by Kevin
01:09 queued 14s
created
modules/boincuser/boincuser_delete/includes/boincuser_delete.rules.inc 1 patch
Switch Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -16,18 +16,18 @@
 block discarded – undo
16 16
  */
17 17
 
18 18
 function boincuser_delete_rules_event_info() {
19
-  return array(
20
-    'boincuser_delete_general_error' => array(
21
-      'label' => bts('Error from user deleting own account.', array(), NULL, 'boinc:rule-event'),
22
-      'module' => 'Boincuser_Delete',
23
-      'arguments' => rules_events_hook_boincuser_adminnotify_argument(),
24
-    ),
25
-    'boincuser_delete_uid_invalid_error' => array(
26
-      'label' => bts('Error from user deleting own account. User ID is invalid', array(), NULL, 'boinc:rule-event'),
27
-      'module' => 'Boincuser_Delete',
28
-      'arguments' => rules_events_hook_boincuser_adminnotify_argument(),
29
-    ),
30
-  );
19
+return array(
20
+'boincuser_delete_general_error' => array(
21
+  'label' => bts('Error from user deleting own account.', array(), NULL, 'boinc:rule-event'),
22
+  'module' => 'Boincuser_Delete',
23
+  'arguments' => rules_events_hook_boincuser_adminnotify_argument(),
24
+),
25
+'boincuser_delete_uid_invalid_error' => array(
26
+  'label' => bts('Error from user deleting own account. User ID is invalid', array(), NULL, 'boinc:rule-event'),
27
+  'module' => 'Boincuser_Delete',
28
+  'arguments' => rules_events_hook_boincuser_adminnotify_argument(),
29
+),
30
+);
31 31
 }
32 32
 
33 33
 // function rules_events_hook_boincuser_adminnotify_argument is located in boincuser_rules.inc
34 34
\ No newline at end of file
Please login to merge, or discard this patch.