Remove useless trailing whitespace

Trailing whitespaces are simply useless and should not stay in code. They may generate noise when comparing different versions of the same file.

Issue-ID: VID-565
Change-Id: If5647e94ea897bf42761a689d036a7229b34a500
Signed-off-by: anushadasari <danush10@in.ibm.com>
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js b/vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js
index e545aad..6b45a74 100644
--- a/vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js
@@ -119,8 +119,7 @@
                 });
 
             return deferred.promise;
-        };
-		
+        };		
 		this.postChangeManagementNow = function (requestData, vnfName) {
 			var url = COMPONENT.CHANGE_MANAGEMENT_OPERATION_NO_SCHEDULER.replace('@vnfName', vnfName);
             return $http.post(url, requestData)