Skip to content

Commit

Permalink
replaced tabs by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jan 18, 2017
1 parent 06e9528 commit aeaf3ba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ class AjaxController {
$success = $workflowHelper->executeAction($entity, $action);
if (!$success) {
$returnValue['result'] = 'failure';
}
}
}
} catch(\Exception $e) {
$returnValue['result'] = 'failure';
Expand Down Expand Up @@ -855,7 +855,7 @@ class AjaxController {
$success = $workflowHelper->executeAction($childEntity, $action);
if (!$success) {
$returnValue['result'] = 'failure';
}
}
}
} catch(\Exception $e) {
$returnValue['result'] = 'failure';
Expand Down Expand Up @@ -898,7 +898,7 @@ class AjaxController {
$success = $workflowHelper->executeAction($entity, $action);
if (!$success) {
$returnValue['result'] = 'failure';
}
}
}
} catch(\Exception $e) {
$returnValue['result'] = 'failure';
Expand Down

0 comments on commit aeaf3ba

Please sign in to comment.