Changed tabs to spaces

This commit is contained in:
Duncan Sommerville 2014-11-04 11:07:24 -05:00
parent 3024daba0e
commit e8950c8815
2 changed files with 9 additions and 11 deletions

View file

@ -423,7 +423,7 @@ class ApiController extends Zend_Controller_Action
* variables in the result to reflect the given timezone.
*
* @param object $result reference to the object to send back to the user
* @param string $timezone the user's timezone parameter value
* @param string $timezone the user's timezone parameter value
* @param boolean $upcase whether the timezone output should be upcased
*/
private function applyLiveTimezoneAdjustments(&$result, $timezone, $upcase)