Remove trailing spaces from files
Tested: Manually tested GUI for any regressions
Change-Id: I8c0922b7bd67b03b07e8880bc4dba3b862220b33
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/server-control/controllers/power-operations-controller.js b/app/server-control/controllers/power-operations-controller.js
index 273bb19..4ae753e 100644
--- a/app/server-control/controllers/power-operations-controller.js
+++ b/app/server-control/controllers/power-operations-controller.js
@@ -13,10 +13,10 @@
angular
.module('app.serverControl')
.controller('powerOperationsController', [
- '$scope',
- 'APIUtils',
- 'dataService',
- '$timeout',
+ '$scope',
+ 'APIUtils',
+ 'dataService',
+ '$timeout',
function($scope, APIUtils, dataService, $timeout){
$scope.dataService = dataService;
$scope.confirm = false;