Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/console/plugins/clean_size/info.py
diff options
context:
space:
mode:
authorJustin Gallardo <jirwin@suzy.(none)>2006-12-04 19:12:24 (GMT)
committer Justin Gallardo <jirwin@suzy.(none)>2006-12-04 19:12:24 (GMT)
commitb9f9ef0fe9e36cf6e5de59700154b16f2dae15cd (patch)
tree3d5403ec73e993a78c5e92f8b14a5b86e8b6ae60 /shell/console/plugins/clean_size/info.py
parentf5ae0662482de14f9d3812ddc4aba9be61024887 (diff)
Changed all tabs to 4 spaces for python style
Diffstat (limited to 'shell/console/plugins/clean_size/info.py')
-rw-r--r--shell/console/plugins/clean_size/info.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/console/plugins/clean_size/info.py b/shell/console/plugins/clean_size/info.py
index e223ea5..25ed044 100644
--- a/shell/console/plugins/clean_size/info.py
+++ b/shell/console/plugins/clean_size/info.py
@@ -7,9 +7,9 @@
############################################################
def plg_on_top_data_refresh(self, pinfo):
-
- # Get clean size
- maps = self.INTERNALS['Plg'].proc_get_maps(pinfo['pid'])
+
+ # Get clean size
+ maps = self.INTERNALS['Plg'].proc_get_maps(pinfo['pid'])
- size = (maps.clean_size/1024)
- return [size]
+ size = (maps.clean_size/1024)
+ return [size]