[pve-devel] [PATCH manager 2/2] whitespace cleanup

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Apr 11 11:44:30 CEST 2016


---
 www/manager6/Parser.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/manager6/Parser.js b/www/manager6/Parser.js
index e26c608..45e4806 100644
--- a/www/manager6/Parser.js
+++ b/www/manager6/Parser.js
@@ -40,13 +40,13 @@ Ext.define('PVE.Parser', { statics: {
 	    } else if ((match_res = p.match(/^rate=(\d+(\.\d+)?)$/)) !== null) {
 		res.rate = match_res[1];
 	    } else if ((match_res = p.match(/^tag=(\d+(\.\d+)?)$/)) !== null) {
-                res.tag = match_res[1];
+		res.tag = match_res[1];
 	    } else if ((match_res = p.match(/^firewall=(\d+)$/)) !== null) {
-                res.firewall = match_res[1];
+		res.firewall = match_res[1];
 	    } else if ((match_res = p.match(/^link_down=(\d+)$/)) !== null) {
-                res.disconnect = match_res[1];
+		res.disconnect = match_res[1];
 	    } else if ((match_res = p.match(/^queues=(\d+)$/)) !== null) {
-                res.queues = match_res[1];
+		res.queues = match_res[1];
 	    } else if ((match_res = p.match(/^trunks=(\d+(?:-\d+)?(?:;\d+(?:-\d+)?)*)$/)) !== null) {
 		res.trunks = match_res[1];
 	    } else {
-- 
2.1.4





More information about the pve-devel mailing list