Completed
Push — 7.x-3.x ( 5c8d3e...a2ca3d )
by Devin
02:34
created
modules/commons/commons_posts/commons_posts.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_posts.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_posts.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_posts/commons_posts.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_posts.views_default.inc
5
- */
3
+   * @file
4
+   * commons_posts.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_posts/commons_posts.module 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
- * Code for the Commons Posts feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Posts feature.
5
+   */
6 6
 
7 7
 include_once 'commons_posts.features.inc';
8 8
 
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 /**
74 74
  * Implements hook_strongarm_alter().
75 75
  */
76
- function commons_posts_strongarm_alter(&$items) {
76
+  function commons_posts_strongarm_alter(&$items) {
77 77
   // Expose the post content type for integration with Commons Radioactivity
78 78
   // and Commons Groups.
79 79
   foreach (array('commons_radioactivity_entity_types', 'commons_groups_entity_types') as $key) {
Please login to merge, or discard this patch.
modules/commons/commons_groups/commons_groups.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 Groups feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Groups feature.
5
+   */
6 6
 
7 7
 include_once 'commons_groups.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons/commons_groups/commons_groups.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_groups.features.inc
5
- */
3
+   * @file
4
+   * commons_groups.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_features_pipe_alter().
Please login to merge, or discard this patch.
modules/commons/commons_groups/commons_groups.commons.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 module integration for the Commons Groups module.
5
- */
3
+   * @file
4
+   * Commons module integration for the Commons Groups module.
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_commons_entity_integration().
Please login to merge, or discard this patch.
modules/commons_groups_directory/commons_groups_directory.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_groups_directory.features.inc
5
- */
3
+   * @file
4
+   * commons_groups_directory.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
modules/commons_groups_directory/commons_groups_directory.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 Group Directory feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Group Directory feature.
5
+   */
6 6
 
7 7
 include_once 'commons_groups_directory.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons_groups_pages/commons_groups_pages.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_groups_pages.features.inc
5
- */
3
+   * @file
4
+   * commons_groups_pages.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_features_pipe_alter().
Please login to merge, or discard this patch.