Module: deluge
Branch: extjs4-port
Commit: 5c5a940ff700d30cee42d5f0d5e85ee643bafc0a

Author: Damien Churchill <dam...@gmail.com>
Date:   Tue Oct  4 18:17:08 2011 +0100

web: simple formatting change

Nicely space out a few dictionaries so they are easier on the
eye when reading the code.

---

 deluge/ui/web/json_api.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/deluge/ui/web/json_api.py b/deluge/ui/web/json_api.py
index 0640b75..ae4d472 100644
--- a/deluge/ui/web/json_api.py
+++ b/deluge/ui/web/json_api.py
@@ -505,11 +505,11 @@ class WebApi(JSONComponent):
         d = Deferred()
         ui_info = {
             "connected": client.connected(),
-            "torrents": None,
-            "filters": None,
+            "torrents":  None,
+            "filters":   None,
             "stats": {
-                "max_download": self.core_config.get("max_download_speed"),
-                "max_upload": self.core_config.get("max_upload_speed"),
+                "max_download":        
self.core_config.get("max_download_speed"),
+                "max_upload":          
self.core_config.get("max_upload_speed"),
                 "max_num_connections": 
self.core_config.get("max_connections_global")
             }
         }

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to deluge-commit@googlegroups.com.
To unsubscribe from this group, send email to 
deluge-commit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to