Completed
Push — 7.x-3.x ( 5c8d3e...a2ca3d )
by Devin
02:34
created
modules/commons/commons_groups/commons_groups.features.field_instance.inc 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_groups.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_groups.features.field_instance.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_instances().
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
       'weight' => 1,
215 215
     ),
216 216
   );
217
-   // Exported field_instance: 'node-group-body'
217
+    // Exported field_instance: 'node-group-body'
218 218
   $field_instances["$entity_type-$bundle-body"] = array(
219 219
     'bundle' => $bundle,
220 220
     'default_value' => NULL,
Please login to merge, or discard this patch.
commons/commons_groups/commons_groups.features.og_features_permission.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_groups.features.og_features_permission.inc
5
- */
3
+   * @file
4
+   * commons_groups.features.og_features_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_og_features_default_permissions().
Please login to merge, or discard this patch.
modules/commons/commons_groups/commons_groups.views_default.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_groups.views_default.inc
5
- */
3
+   * @file
4
+   * commons_groups.views_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_views_default_views().
Please login to merge, or discard this patch.
modules/commons/commons_groups/commons_groups.features.field_base.inc 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_groups.features.field_base.inc
5
- */
3
+   * @file
4
+   * commons_groups.features.field_base.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_bases().
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
   );
146 146
 
147 147
 // Exported field_base: 'og_group_ref'
148
- $field_bases['og_group_ref'] = array(
148
+  $field_bases['og_group_ref'] = array(
149 149
     'active' => '1',
150 150
     'cardinality' => '-1',
151 151
     'deleted' => '0',
Please login to merge, or discard this patch.
modules/commons/commons_groups/commons_groups.features.user_permission.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_groups.features.user_permission.inc
5
- */
3
+   * @file
4
+   * commons_groups.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_user_default_permissions().
Please login to merge, or discard this patch.
modules/commons/commons_groups/commons_groups.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_groups.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_groups.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons/commons_content_moderation/commons_content_moderation.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_content_moderation.features.inc
5
- */
3
+   * @file
4
+   * commons_content_moderation.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
commons/commons_content_moderation/commons_content_moderation.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_content_moderation.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_content_moderation.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons/commons_content_moderation/commons_content_moderation.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 Content Moderation feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Content Moderation feature.
5
+   */
6 6
 
7 7
 include_once 'commons_content_moderation.features.inc';
8 8
 
Please login to merge, or discard this patch.