Completed
Push — 7.x-3.x ( 114c9f...5c8d3e )
by Devin
07:23 queued 03:04
created
modules/commons/commons_search/commons_search.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_search.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_search.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/commons/commons_search/commons_search.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_search.features.user_permission.inc
5
- */
3
+   * @file
4
+   * commons_search.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_search/commons_search.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_search.features.inc
5
- */
3
+   * @file
4
+   * commons_search.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
commons/commons_user_profile_pages/commons_user_profile_pages.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 User Profile Pages feature.
5
- */
3
+   * @file
4
+   * Code for the Commons User Profile Pages feature.
5
+   */
6 6
 
7 7
 include_once 'commons_user_profile_pages.features.inc';
8 8
 
Please login to merge, or discard this patch.
commons_user_profile_pages/commons_user_profile_pages.pages_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_user_profile_pages.pages_default.inc
5
- */
3
+   * @file
4
+   * commons_user_profile_pages.pages_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_default_page_manager_handlers().
Please login to merge, or discard this patch.
commons/commons_user_profile_pages/commons_user_profile_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_user_profile_pages.features.inc
5
- */
3
+   * @file
4
+   * commons_user_profile_pages.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_wikis/commons_wikis.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_wikis.features.inc
5
- */
3
+   * @file
4
+   * commons_wikis.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
commons_wikis/modules/commons_wikis_pages/commons_wikis_pages.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Wikis landing page feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Wikis landing page feature.
5
+   */
6 6
 
7 7
 include_once 'commons_wikis_pages.features.inc';
Please login to merge, or discard this patch.
commons_wikis/modules/commons_wikis_pages/commons_wikis_pages.panelizer.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_wikis_pages.panelizer.inc
5
- */
3
+   * @file
4
+   * commons_wikis_pages.panelizer.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_panelizer_defaults().
Please login to merge, or discard this patch.