Fix indention of function
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 28 Aug 2015 00:39:51 +0000 (00:39 +0000)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 28 Aug 2015 00:39:51 +0000 (00:39 +0000)
CRM/Export/BAO/Export.php

index 7d67bc8c461370767b6132d6ccb74144608459ad..9efdfd07c5dce498423245b650bc00dfc21d35b5 100644 (file)
@@ -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';