Completed
Push — 7.x-3.x ( ae8d10...902f1e )
by Devin
07:34 queued 04:58
created
modules/commons/commons_media/commons_media.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_media.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_media.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/commons/commons_media/commons_media.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Media feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Media feature.
5
+   */
6 6
 
7 7
 include_once 'commons_media.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons/commons_notify/commons_notify.features.field_base.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_notify.features.field_base.inc
5
- */
3
+   * @file
4
+   * commons_notify.features.field_base.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_bases().
Please login to merge, or discard this patch.
modules/commons/commons_notify/commons_notify.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Notify feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Notify feature.
5
+   */
6 6
 
7 7
 include_once 'commons_notify.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons/commons_notify/commons_notify.features.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_notify.features.inc
5
- */
3
+   * @file
4
+   * commons_notify.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
modules/commons/commons_notify/commons_notify.features.field_instance.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_notify.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_notify.features.field_instance.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_instances().
Please login to merge, or discard this patch.
modules/commons/commons_notify/commons_notify.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_notify.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_notify.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons/commons_trusted_contacts/commons_trusted_contacts.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_trusted_contacts.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_trusted_contacts.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons_trusted_contacts/includes/actions/set_state_blocked.action.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Action to set the state of a user in a group.
5
- */
3
+   * @file
4
+   * Action to set the state of a user in a group.
5
+   */
6 6
 
7 7
 function commons_trusted_contacts_set_state_blocked_action_info() {
8 8
   return array('commons_trusted_contacts_set_state_blocked_action' => array(
Please login to merge, or discard this patch.