whitespace
authorAndrew Hunt <andrew@aghstrategies.com>
Tue, 31 Mar 2015 16:11:35 +0000 (12:11 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Tue, 31 Mar 2015 16:11:35 +0000 (12:11 -0400)
distmaker/utils/joomlaxml.php

index cbea7bc3703a898ef00b6d9493f4470fa22321a1..679ba3e376ea6b8a66de1b54fdb62bf5209228f3 100644 (file)
@@ -100,7 +100,7 @@ function generateJoomlaConfig($version) {
   foreach ($permissions as $perm => $attr) {
     // give an empty string as default description
     $attr[] = '';
-    
+
     //order matters here, but we deal with that later
     $perms_array[CRM_Utils_String::munge(strtolower($perm))] = array(
       'title' => array_shift($attr),