From: Seamus Lee Date: Fri, 28 Aug 2015 00:39:51 +0000 (+0000) Subject: Fix indention of function X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7bf9f91e61c81f25092085581e65896fde6bfb1e;p=civicrm-core.git Fix indention of function --- diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php index 7d67bc8c46..9efdfd07c5 100644 --- a/CRM/Export/BAO/Export.php +++ b/CRM/Export/BAO/Export.php @@ -126,7 +126,7 @@ class CRM_Export_BAO_Export { * * return string component */ - public static function exportComponent($exportMode) { + public static function exportComponent($exportMode) { switch ($exportMode) { case CRM_Export_Form_Select::CONTRIBUTE_EXPORT: $component = 'civicrm_contribution';