Completed
Branch 7.x-3.x (9d48fc)
by Devin
04:36
created
modules/commons/commons_bw/commons_bw.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_bw.features.field_base.inc
5
- */
3
+   * @file
4
+   * commons_bw.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_bw/commons_bw.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_bw.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_bw.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_bw/commons_bw.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 Browsing Widget feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Browsing Widget feature.
5
+   */
6 6
 
7 7
 include_once 'commons_bw.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons/commons_bw/commons_bw.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_bw.features.inc
5
- */
3
+   * @file
4
+   * commons_bw.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_directory().
Please login to merge, or discard this patch.
modules/commons/commons_search/commons_search.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
- * commons_search.module
4
- * Code for the Commons Search feature.
5
- */
3
+   * commons_search.module
4
+   * Code for the Commons Search feature.
5
+   */
6 6
 
7 7
 include_once 'commons_search.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons_search_core/commons_search_core.facetapi_defaults.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_core.facetapi_defaults.inc
5
- */
3
+   * @file
4
+   * commons_search_core.facetapi_defaults.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_facetapi_default_facet_settings().
Please login to merge, or discard this patch.
commons_search/modules/commons_search_core/commons_search_core.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_core.features.inc
5
- */
3
+   * @file
4
+   * commons_search_core.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
modules/commons_search_core/commons_search_core.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_search_core.pages_default.inc
5
- */
3
+   * @file
4
+   * commons_search_core.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_search/modules/commons_search_core/commons_search_core.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 Search Core feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Search Core feature.
5
+   */
6 6
 
7 7
 include_once 'commons_search_core.features.inc';
Please login to merge, or discard this patch.